diff options
-rw-r--r-- | include/Makefile | 4 | ||||
-rw-r--r-- | usr.sbin/Makefile | 4 |
2 files changed, 4 insertions, 4 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" diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 49c4d850a0f..5dbdaf2f703 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.172 2014/03/12 18:17:27 tedu Exp $ +# $OpenBSD: Makefile,v 1.173 2014/03/13 10:09:43 florian Exp $ .include <bsd.own.mk> SUBDIR= ac accton acpidump adduser amd apm apmd arp \ authpf bgpctl bgpd bind chroot config cron crunchgen dev_mkdb \ dhcpd dhcrelay dvmrpctl dvmrpd edquota eeprom fdformat \ - ftp-proxy fw_update gpioctl hostapd hotplugd httpd identd ifstated \ + ftp-proxy fw_update gpioctl hostapd hotplugd identd ifstated \ ikectl inetd installboot iostat iscsictl iscsid kgmon kvm_mkdb \ ldapd ldapctl ldomctl ldomd ldpd ldpctl lpr mailwrapper map-mbone \ memconfig mksuncd mkuboot mopd mrinfo mrouted \ |