diff options
author | Peter Wemm <peter@FreeBSD.org> | 1998-08-04 15:31:31 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1998-08-04 15:31:31 +0000 |
commit | 31655e8ab74be59a1d9b9154bb1d6b118593b86a (patch) | |
tree | 291835040187c53b9d1554868aa4bed4256c3140 /libexec/smrsh/Makefile | |
parent | 9b842df695321bb4140d3816decc8f4799a6433c (diff) | |
download | src-31655e8ab74be59a1d9b9154bb1d6b118593b86a.tar.gz src-31655e8ab74be59a1d9b9154bb1d6b118593b86a.zip |
Build sendmail-8.9.1 smrsh
Notes
Notes:
svn path=/head/; revision=38100
Diffstat (limited to 'libexec/smrsh/Makefile')
-rw-r--r-- | libexec/smrsh/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libexec/smrsh/Makefile b/libexec/smrsh/Makefile new file mode 100644 index 000000000000..c428f2809229 --- /dev/null +++ b/libexec/smrsh/Makefile @@ -0,0 +1,9 @@ +# @(#)Makefile 8.1 (Berkeley) 7/2/95 + +.PATH: ${.CURDIR}/../../contrib/sendmail/smrsh + +PROG= smrsh +MAN8= smrsh.8 +CFLAGS+=-I${.CURDIR}/../../contrib/sendmail/src -DNEWDB + +.include <bsd.prog.mk> |