6290107b02
hopefully less grotty. Differences include: - An extra flag, -c, for sending a YPPROC_CLEAR to ypserv(8) (which will become useful once I merge in the DB handle caching mods I've been working on). - Checks for and signals duplicate keys. - Handles line continuations. As of now, there is no more GNU YP code in the tree.
14 lines
237 B
Makefile
14 lines
237 B
Makefile
# $Id$
|
|
|
|
PROG= yp_mkdb
|
|
SRCS= yp_mkdb.c yp_dblookup.c yp_dbwrite.c
|
|
|
|
MAN8= yp_mkdb.8
|
|
|
|
.PATH: ${.CURDIR}/../../libexec/ypxfr ${.CURDIR}/../ypserv
|
|
|
|
CFLAGS+= -Dyp_error=warnx
|
|
CFLAGS+= -I${.CURDIR}/../../usr.sbin/ypserv
|
|
|
|
.include <bsd.prog.mk>
|