summaryrefslogtreecommitdiffstats
path: root/usr.bin/ypwhich/Makefile
blob: 15dc9f85cb041c73661048359655a4986dcb2198 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	from: @(#)Makefile	5.8 (Berkeley) 7/28/90
# $FreeBSD$

YPSERV=${.CURDIR}/../../usr.sbin/ypserv/common
.PATH: ${YPSERV}

PROG=	ypwhich
SRCS=	yplib_host.c ypwhich.c

CFLAGS+=	-I${YPSERV} -I.

WARNS?=	2

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud