1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00
freebsd/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>