diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2014-03-24 19:09:15 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2014-03-24 19:09:15 +0000 |
commit | 549508956642dcdcd58f8e8ef9f1f51d1632d149 (patch) | |
tree | 0100155349a146dd9878ce005ca71f577aea89ca /include | |
parent | 1129c37e638b8ea41768c0fa2dd8bef78b57c70c (diff) |
unbreak the tree; no more libwrap
Diffstat (limited to 'include')
-rw-r--r-- | include/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile index c7bfbd8af6b..a9dc5afb807 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.184 2014/03/23 23:41:31 tedu Exp $ +# $OpenBSD: Makefile,v 1.185 2014/03/24 19:09:14 kettenis Exp $ # $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $ # @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91 @@ -42,7 +42,7 @@ RDIRS= ../lib/librthread ../lib/libcurses ../lib/libform ../lib/libssl \ ../lib/libmenu ../lib/libocurses ../lib/libossaudio ../lib/libpanel \ ../lib/librpcsvc ../lib/libskey ../lib/libedit ../lib/libexpat \ ../lib/libfuse ../lib/libpcap ../lib/libsqlite3 ../lib/libutil \ - ../lib/libusbhid ../lib/libwrap ../lib/libz ../lib/libkeynote \ + ../lib/libusbhid ../lib/libz ../lib/libkeynote \ ../lib/libevent ../usr.bin/lex ../gnu/lib/libreadline \ ../gnu/usr.sbin/sendmail/libmilter \ ../sys/arch/${MACHINE} |