aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ypwhich/Makefile
blob: ed160e20c2ad25f4ed2e07f3465df014646757da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#	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>