Use sendmail-8.9.1 makemap
This commit is contained in:
parent
2810afd3fb
commit
9b89318646
12
usr.sbin/makemap/Makefile
Normal file
12
usr.sbin/makemap/Makefile
Normal 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>
|
Loading…
Reference in New Issue
Block a user