summaryrefslogtreecommitdiff
path: root/usr.sbin/ypbind/Makefile
blob: 944f5c2f9d685504e6e3390630b9bfa87ec25c45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$NetBSD: Makefile,v 1.18 2009/04/22 15:23:10 lukem Exp $
#	from: @(#)Makefile	5.8 (Berkeley) 7/28/90

USE_FORT?= yes	# network client

PROG=	ypbind
MAN=	ypbind.8
CPPFLAGS+=-DHEURISTIC -DDEBUG

LDADD+=	-lutil
DPADD+=	${LIBUTIL}

.include <bsd.prog.mk>