xref: /freebsd/libexec/smrsh/Makefile (revision 7f3dea244c40159a41ab22da77a434d7c5b5e85a)
1#	@(#)Makefile	8.1 (Berkeley) 7/2/95
2
3.PATH:	${.CURDIR}/../../contrib/sendmail/smrsh
4
5PROG=	smrsh
6MAN8=	smrsh.8
7CFLAGS+=-I${.CURDIR}/../../contrib/sendmail/src -DNEWDB
8
9.include <bsd.prog.mk>
10