diff options
-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") |