NetBSD/usr.sbin/sendmail/smrsh/Makefile

9 lines
161 B
Makefile
Raw Normal View History

1996-01-22 13:52:39 +03:00
# @(#)Makefile 8.1 (Berkeley) 7/2/95
PROG= smrsh
MAN8= smrsh.0
CFLAGS+=-I${.CURDIR}/../src -DNDBM -DNEWDB
.include "../../Makefile.inc"
.include <bsd.prog.mk>