diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2014-03-13 10:09:44 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2014-03-13 10:09:44 +0000 |
commit | 33951bb05216c6a53c2f76cf139e3224afb51054 (patch) | |
tree | e1a2372b587d85528496452da2b0ef5eb6e9306f /include/Makefile | |
parent | 1893ae1f4f1a292152173df241637404b293e65b (diff) |
Unhook httpd(8) from build
OK krw@, gilles@, lteo@, tedu@, todd@, benno@, sthen@
"The time is right." and much help getting the show on
the road deraadt@
Diffstat (limited to 'include/Makefile')
-rw-r--r-- | include/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile index b8151037586..a78f4dd6a8d 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.181 2013/12/08 17:05:09 naddy Exp $ +# $OpenBSD: Makefile,v 1.182 2014/03/13 10:09:43 florian Exp $ # $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $ # @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91 @@ -44,7 +44,7 @@ RDIRS= ../lib/librthread ../lib/libcurses ../lib/libform ../lib/libssl \ ../lib/libfuse ../lib/libpcap ../lib/libsqlite3 ../lib/libutil \ ../lib/libusbhid ../lib/libwrap ../lib/libz ../lib/libkeynote \ ../lib/libevent ../usr.bin/lex ../gnu/lib/libreadline \ - ../gnu/usr.sbin/sendmail/libmilter ../usr.sbin/httpd \ + ../gnu/usr.sbin/sendmail/libmilter \ ../sys/arch/${MACHINE} .if ${COMPILER_VERSION:L} == "gcc3" |