Build sendmail-8.9.1 smrsh

This commit is contained in:
Peter Wemm 1998-08-04 15:31:31 +00:00
parent 9b842df695
commit 31655e8ab7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=38100

9
libexec/smrsh/Makefile Normal file
View File

@ -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>