]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/ypwhich/Makefile
sqlite3: Vendor import of sqlite3 3.42.0
[FreeBSD/FreeBSD.git] / usr.bin / ypwhich / Makefile
1 #       from: @(#)Makefile      5.8 (Berkeley) 7/28/90
2 # $FreeBSD$
3
4 YPSERV=${SRCTOP}/usr.sbin/ypserv/common
5 .PATH: ${YPSERV}
6
7 PACKAGE=        yp
8 PROG=   ypwhich
9 SRCS=   yplib_host.c ypwhich.c
10
11 CFLAGS+=        -I${YPSERV} -I.
12
13 WARNS?= 2
14
15 .include <bsd.prog.mk>