diff options
author | itojun <itojun> | 1999-11-25 01:59:55 +0000 |
---|---|---|
committer | itojun <itojun> | 1999-11-25 01:59:55 +0000 |
commit | 36508466035e745d8f9be743c4c4dc80e25d8e98 (patch) | |
tree | 9bdddd058a074c16257fd85ca18f31894d3040e5 /devel | |
parent | ea01d7e093b970602029ff675a9425726c553b56 (diff) | |
download | pkgsrc-36508466035e745d8f9be743c4c4dc80e25d8e98.tar.gz |
devel/ipv6socket_scrub: checks IPv6 portabilty in source code.
add ipv6socket_scrub to SUBDIR rule.
XXX this needs license agreement with Sun (you need to fetch tarball manually).
is NO_CDROM and other restrictions enough?
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 10a841e48e1..24030b640eb 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.88 1999/11/11 12:56:01 agc Exp $ +# $NetBSD: Makefile,v 1.89 1999/11/25 01:59:55 itojun Exp $ # FreeBSD Id: Makefile,v 1.78 1997/10/01 08:32:59 cracauer Exp # @@ -47,6 +47,7 @@ SUBDIR += gtexinfo SUBDIR += id-utils # SUBDIR += ilu + SUBDIR += ipv6socket_scrub SUBDIR += isect SUBDIR += kdbg SUBDIR += kdevelop |