diff options
author | hubertf <hubertf@pkgsrc.org> | 2001-03-08 17:35:02 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2001-03-08 17:35:02 +0000 |
commit | 36c4c438a978ce00114a7e57ec562bff94dcf0a5 (patch) | |
tree | 9d0ab85a747c3f671f45ee008ba361a4fc644b48 /net/ipv6calc | |
parent | 7375ba660e867c0122cb39ef112e3933bfd92fd1 (diff) | |
download | pkgsrc-36c4c438a978ce00114a7e57ec562bff94dcf0a5.tar.gz |
Add USE_INET6 in comment so this gets added to README-IPv6.html.
Diffstat (limited to 'net/ipv6calc')
-rw-r--r-- | net/ipv6calc/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/ipv6calc/Makefile b/net/ipv6calc/Makefile index e0a1e62d4a6..63da6d929e1 100644 --- a/net/ipv6calc/Makefile +++ b/net/ipv6calc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/03/04 20:47:38 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 2001/03/08 17:35:02 hubertf Exp $ # DISTNAME= ipv6calc-0.12 @@ -12,6 +12,9 @@ COMMENT= Manipulates IPv6 adresses USE_GMAKE= yes ALL_TARGET= ipv6calc +# This package does not set or evaluate USE_INET6, but it should still +# be listed in README-IPv6.html. Leave this comment here to make it so! + MAKE_ENV+= CC="${CC} -D_NETINET_IN_H" do-install: |