freebsd-dev/libexec/smrsh/Makefile
1998-08-04 15:31:31 +00:00

10 lines
192 B
Makefile

# @(#)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>