diff options
author | Ryan Barnett <rjbarnet@rockwellcollins.com> | 2014-05-06 10:42:46 -0500 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-05-07 14:02:36 +0200 |
commit | c2eced53d712b1ee691b49532d79f8ee25a34835 (patch) | |
tree | 5d8dda1bebb92cdbc73fa2cdc5e9ad9d2daf1a98 | |
parent | 0e8be4ae93f06561792b9fceee6e08a87b17d2d2 (diff) | |
download | buildroot-c2eced53d712b1ee691b49532d79f8ee25a34835.tar.gz buildroot-c2eced53d712b1ee691b49532d79f8ee25a34835.zip |
portmap: add license information
Signed-off-by: Ryan Barnett <rjbarnet@rockwellcollins.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/portmap/portmap.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/portmap/portmap.mk b/package/portmap/portmap.mk index 1d8c16678d..82035553ee 100644 --- a/package/portmap/portmap.mk +++ b/package/portmap/portmap.mk @@ -7,6 +7,8 @@ PORTMAP_VERSION = 6.0 PORTMAP_SOURCE = portmap-$(PORTMAP_VERSION).tgz PORTMAP_SITE = http://neil.brown.name/portmap +PORTMAP_LICENSE = BSD-4c (portmap.c) SunRPC License (portmap.c from_local.c) +PORTMAP_LICENSE_FILES = portmap.c from_local.c PORTMAP_SBINS = portmap pmap_dump pmap_set PORTMAP_FLAGS = NO_TCP_WRAPPER=1 NO_PIE=1 NO_PERROR=1 |