NetBSD/usr.sbin/sendmail/smrsh/Makefile

12 lines
256 B
Makefile
Raw Normal View History

1998-01-09 11:03:16 +03:00
# $NetBSD: Makefile,v 1.6 1998/01/09 08:10:53 perry Exp $
#
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>