diff options
author | Simon J. Gerraty <sjg@FreeBSD.org> | 2014-05-08 23:54:15 +0000 |
---|---|---|
committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2014-05-08 23:54:15 +0000 |
commit | cc3f4b99653c34ae64f8a1fddea370abefef680e (patch) | |
tree | 8ce0ddd0e6f508bd20c77429c448969589170fae /usr.sbin/sendmail/Makefile | |
parent | f974b33f6ed6f35170c520d2be111bfc2c3954cd (diff) | |
parent | 16aa1f0950a3b4407a36ecc96acc8ca0710ebd91 (diff) | |
download | src-test-cc3f4b99653c34ae64f8a1fddea370abefef680e.tar.gz src-test-cc3f4b99653c34ae64f8a1fddea370abefef680e.zip |
Notes
Diffstat (limited to 'usr.sbin/sendmail/Makefile')
-rw-r--r-- | usr.sbin/sendmail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sendmail/Makefile b/usr.sbin/sendmail/Makefile index a9f7fbbafd697..f8a910bc18448 100644 --- a/usr.sbin/sendmail/Makefile +++ b/usr.sbin/sendmail/Makefile @@ -1,7 +1,7 @@ # @(#)Makefile 8.8 (Berkeley) 3/28/97 # $FreeBSD$ -.include <bsd.own.mk> +.include <src.opts.mk> SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail SMDIR= ${SENDMAIL_DIR}/src |