5abb10faa1
YP is less and less used, split them to users have the choice to not install them. MFC after: 2 weeks Sponsored by: Beckhoff Automation GmbH & Co. KG Differential Revision: https://reviews.freebsd.org/D33441
16 lines
280 B
Makefile
16 lines
280 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/libexec/ypxfr ${SRCTOP}/usr.sbin/ypserv
|
|
|
|
PACKAGE= yp
|
|
PROG= yp_mkdb
|
|
MAN= yp_mkdb.8
|
|
SRCS= yp_mkdb.c yp_dblookup.c yp_dbwrite.c
|
|
|
|
CFLAGS+= -Dyp_error=warnx
|
|
CFLAGS+= -I${SRCTOP}/libexec/ypxfr -I${SRCTOP}/usr.sbin/ypserv
|
|
|
|
WARNS?= 1
|
|
|
|
.include <bsd.prog.mk>
|