diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-08-24 00:19:33 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-08-24 00:19:33 +0000 |
commit | c24eedb261bbbdf87b2b1bd1c58ae22f0fd03137 (patch) | |
tree | 3f11ca320cf1084a91dc34fa781887161c7f77a1 /www/thttpd/Makefile | |
parent | e6e8cc0c83320a14e7a74373e3079b80c368d488 (diff) |
Notes
Diffstat (limited to 'www/thttpd/Makefile')
-rw-r--r-- | www/thttpd/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/www/thttpd/Makefile b/www/thttpd/Makefile index 3aaa6dca43e8..5abeff2ee9b5 100644 --- a/www/thttpd/Makefile +++ b/www/thttpd/Makefile @@ -19,13 +19,6 @@ IGNOREFILES= notes.html GNU_CONFIGURE= yes -.include <bsd.port.pre.mk> - -# Kqueue doesn't work in -current with thttpd. -.if ${OSVERSION} >= 500000 -CFLAGS+= -DHAVE_FREEBSD_CURRENT -.endif - MAN1= makeweb.1 htpasswd.1 MAN8= thttpd.8 redirect.8 ssi.8 syslogtocern.8 @@ -87,4 +80,4 @@ config-message: @${ECHO} "" @${ECHO} "=====================================================================" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |