diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2004-06-29 04:10:15 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2004-06-29 04:10:15 +0000 |
commit | a4b0fc55024e6e7b1c4c4ef9f80b34c1fea10e50 (patch) | |
tree | 27349628e5e89b7ed21bf4f3ee6c002922056f18 /include/Makefile | |
parent | ad91a98b7cbf808bb8be49fe625b6d914e0d98fc (diff) |
make includes in gnu/usr.sbin/sendmail/libmilter
Diffstat (limited to 'include/Makefile')
-rw-r--r-- | include/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/Makefile b/include/Makefile index d6547fd8934..55edfb8850f 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.126 2004/05/17 22:11:32 drahn Exp $ +# $OpenBSD: Makefile,v 1.127 2004/06/29 04:10:14 millert Exp $ # $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $ # @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91 @@ -42,8 +42,8 @@ RDIRS= ../lib/libpthread ../lib/libcompat ../lib/libcurses \ ../lib/libocurses ../lib/libossaudio ../lib/libpanel ../lib/librpcsvc \ ../lib/libskey ../lib/libsectok ../lib/libedit ../lib/libpcap \ ../lib/libutil ../lib/libusbhid ../lib/libwrap ../lib/libz \ - ../lib/libkeynote ../lib/libevent \ - ../usr.bin/lex ../gnu/lib/libreadline \ + ../lib/libkeynote ../lib/libevent ../usr.bin/lex \ + ../gnu/lib/libreadline ../gnu/usr.sbin/sendmail/libmilter \ ../sys/arch/${MACHINE} # Places using Makefile that needs a prerequisite target met before includes |