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