diff options
author | dholland <dholland@pkgsrc.org> | 2015-01-04 03:41:59 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2015-01-04 03:41:59 +0000 |
commit | fa9797cc4feb0ea2c777afd006b84c4d63065dc3 (patch) | |
tree | 1487a44e0e58ff7c9ba82d4dc30bd69958e182f6 /net/bird | |
parent | f188ff689badfac14e0f8f4bc1c01228e0f36293 (diff) | |
download | pkgsrc-fa9797cc4feb0ea2c777afd006b84c4d63065dc3.tar.gz |
document NOT_FOR_PLATFORM
Diffstat (limited to 'net/bird')
-rw-r--r-- | net/bird/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/bird/Makefile.common b/net/bird/Makefile.common index b2bbbb22b9b..2ef08ebe098 100644 --- a/net/bird/Makefile.common +++ b/net/bird/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.5 2014/09/25 15:18:09 jperkin Exp $ +# $NetBSD: Makefile.common,v 1.6 2015/01/04 03:44:50 dholland Exp $ # used by net/bird/Makefile # used by net/bird6/Makefile @@ -12,6 +12,7 @@ HOMEPAGE= http://bird.network.cz/ COMMENT= The BIRD Internet Routing Daemon LICENSE= gnu-gpl-v2 +# Has hardcoded BSD/Linux support. NOT_FOR_PLATFORM= SunOS-*-* USE_LIBTOOL= yes |