Browse Source

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@
OPENBSD_5_6
florian 10 years ago
parent
commit
1c3ccedd79
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/include/Makefile

+ 2
- 2
src/include/Makefile View File

@ -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"


Loading…
Cancel
Save