NetBSD/usr.sbin/sendmail/smrsh/Makefile

10 lines
196 B
Makefile
Raw Normal View History

1996-01-22 13:52:39 +03:00
# @(#)Makefile 8.1 (Berkeley) 7/2/95
BINDIR= /usr/libexec
1996-01-22 13:52:39 +03:00
PROG= smrsh
MAN= smrsh.8
1997-10-25 10:57:53 +04:00
CPPFLAGS+=-I${.CURDIR}/../src -DNDBM -DNEWDB
CPPFLAGS+=-DCMDDIR=\"/usr/libexec/sm.bin\"
1996-01-22 13:52:39 +03:00
.include <bsd.prog.mk>