NetBSD/usr.sbin/sendmail/smrsh/Makefile

10 lines
192 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
1996-01-22 13:52:39 +03:00
CFLAGS+=-I${.CURDIR}/../src -DNDBM -DNEWDB
1997-10-11 22:11:41 +04:00
CFLAGS+=-DCMDDIR=\"/usr/libexec/sm.bin\"
1996-01-22 13:52:39 +03:00
.include <bsd.prog.mk>