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