diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2014-09-16 00:19:32 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2014-09-16 00:19:32 +0000 |
commit | 153436998d8cb0328cff95e4dc9b5cde393f3308 (patch) | |
tree | 861375e2095643b074631a640a20e415b0dcf24b /include/Makefile | |
parent | 8572500b8fcb1f0dd3a9afc17d4df485fbcc8882 (diff) |
Missed this sendmail reference in the sendmail removal
Diffstat (limited to 'include/Makefile')
-rw-r--r-- | include/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile index d1d35be892b..3bac64d502f 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.194 2014/08/31 09:36:36 miod Exp $ +# $OpenBSD: Makefile,v 1.195 2014/09/16 00:19:31 matthieu Exp $ # $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $ # @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91 @@ -46,7 +46,6 @@ RDIRS= ../lib/libcrypto ../lib/libcurses ../lib/libedit \ ../lib/librthread ../lib/libskey ../lib/libsqlite3 \ ../lib/libssl ../lib/libusbhid ../lib/libutil ../lib/libz \ ../usr.bin/lex ../gnu/lib/libreadline \ - ../gnu/usr.sbin/sendmail/libmilter \ ../sys/arch/${MACHINE} .if ${COMPILER_VERSION:L} == "gcc3" |