]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/yp_mkdb/Makefile
This commit was generated by cvs2svn to compensate for changes in r31183,
[FreeBSD/FreeBSD.git] / usr.sbin / yp_mkdb / Makefile
1 # $Id$
2
3 PROG=   yp_mkdb
4 SRCS=   yp_mkdb.c yp_dblookup.c yp_dbwrite.c
5
6 MAN8=   yp_mkdb.8
7
8 .PATH:  ${.CURDIR}/../../libexec/ypxfr ${.CURDIR}/../ypserv
9
10 CFLAGS+= -Dyp_error=warnx -I${.CURDIR}/../../libexec/ypxfr
11 CFLAGS+= -I${.CURDIR}/../../usr.sbin/ypserv
12
13 .include <bsd.prog.mk>