xref: /freebsd/libexec/smrsh/Makefile (revision daf1cffce2e07931f27c6c6998652e90df6ba87e)
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