xref: /freebsd/usr.bin/ypwhich/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1YPSERV=${SRCTOP}/usr.sbin/ypserv/common
2.PATH: ${YPSERV}
3
4PACKAGE=	yp
5PROG=	ypwhich
6SRCS=	yplib_host.c ypwhich.c
7
8CFLAGS+=	-I${YPSERV} -I.
9
10WARNS?=	2
11
12.include <bsd.prog.mk>
13