diff options
author | jlam <jlam@pkgsrc.org> | 2001-12-03 22:56:42 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-12-03 22:56:42 +0000 |
commit | 0399f6c6c45fc6c80792d515cb03c0116be9dba0 (patch) | |
tree | e62bb14e7316bc94cdd78255a6fb978b7e41dc53 /www/bozohttpd | |
parent | 9519df8bd373c20f0f9ad273cc056a4e708497e2 (diff) | |
download | pkgsrc-0399f6c6c45fc6c80792d515cb03c0116be9dba0.tar.gz |
Mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'www/bozohttpd')
-rw-r--r-- | www/bozohttpd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/bozohttpd/Makefile b/www/bozohttpd/Makefile index f26d344f212..07e649c306c 100644 --- a/www/bozohttpd/Makefile +++ b/www/bozohttpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2001/08/12 17:28:57 mrg Exp $ +# $NetBSD: Makefile,v 1.12 2001/12/03 22:56:42 jlam Exp $ # DISTNAME= bozohttpd-5.08 @@ -12,6 +12,8 @@ COMMENT= bozotic HTTP server; small and secure BUILD_DEFS+= USE_INET6 +USE_BUILDLINK_ONLY= YES + .include "../../mk/bsd.prefs.mk" .if defined(USE_INET6) && (${USE_INET6} == "YES") |