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