diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2010-10-17 08:44:16 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2010-10-17 08:44:16 +0000 |
commit | 4725f296969f81e7430c51d4475b4c3ae9fc0876 (patch) | |
tree | 97fe09f934e010b5a615f5ea8e063d8d1587fbed /include/Makefile | |
parent | 73dde0a601d4701a93949ab939e297d2f73a8529 (diff) |
unlink libsectok from the build; ok markus@ 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 b8709311ea6..9b095c17eb6 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.155 2010/05/25 00:24:58 espie Exp $ +# $OpenBSD: Makefile,v 1.156 2010/10/17 08:44:15 djm Exp $ # $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $ # @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91 @@ -41,7 +41,7 @@ LDIRS= altq crypto ddb dev isofs miscfs msdosfs net netatalk netinet netinet6 \ RDIRS= ../lib/libpthread ../lib/libcompat ../lib/libcurses \ ../lib/libform ../lib/libssl ../lib/libmenu \ ../lib/libocurses ../lib/libossaudio ../lib/libpanel ../lib/librpcsvc \ - ../lib/libskey ../lib/libsectok ../lib/libedit ../lib/libexpat \ + ../lib/libskey ../lib/libedit ../lib/libexpat \ ../lib/libpcap ../lib/libutil ../lib/libusbhid ../lib/libwrap \ ../lib/libz ../lib/libkeynote ../lib/libevent ../usr.bin/lex \ ../gnu/lib/libreadline ../gnu/usr.sbin/sendmail/libmilter \ |