Use sendmail-8.9.1 makemap

This commit is contained in:
Peter Wemm 1998-08-04 15:27:40 +00:00
parent 2810afd3fb
commit 9b89318646
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=38097

12
usr.sbin/makemap/Makefile Normal file
View File

@ -0,0 +1,12 @@
# @(#)Makefile 8.4 (Berkeley) 6/10/97
PROG= makemap
SRCS= makemap.c safefile.c #snprintf.c
MAN8= makemap.8
CFLAGS+=-I${.CURDIR}/../../contrib/sendmail/src -DNEWDB -DNOT_SENDMAIL
.PATH: ${.CURDIR}/../../contrib/sendmail/makemap \
${.CURDIR}/../../contrib/sendmail/src
.include <bsd.prog.mk>