]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/makemap/Makefile
This commit was generated by cvs2svn to compensate for changes in r47558,
[FreeBSD/FreeBSD.git] / usr.sbin / makemap / Makefile
1 #       @(#)Makefile    8.4 (Berkeley) 6/10/97
2
3 PROG=   makemap
4 SRCS=   makemap.c safefile.c snprintf.c
5 MAN8=   makemap.8
6 CFLAGS+=-I${.CURDIR}/../../contrib/sendmail/src -DNEWDB -DNOT_SENDMAIL
7
8 .PATH:  ${.CURDIR}/../../contrib/sendmail/makemap \
9         ${.CURDIR}/../../contrib/sendmail/src
10
11
12 .include <bsd.prog.mk>