10 lines
192 B
Makefile
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>
|