freebsd-dev/usr.bin/ypwhich/Makefile
Emmanuel Vadot 5abb10faa1 pkgbase: Put yellow pages programs to its own package
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
2021-12-21 10:17:22 +01:00

16 lines
231 B
Makefile

# from: @(#)Makefile 5.8 (Berkeley) 7/28/90
# $FreeBSD$
YPSERV=${SRCTOP}/usr.sbin/ypserv/common
.PATH: ${YPSERV}
PACKAGE= yp
PROG= ypwhich
SRCS= yplib_host.c ypwhich.c
CFLAGS+= -I${YPSERV} -I.
WARNS?= 2
.include <bsd.prog.mk>