summaryrefslogtreecommitdiff
path: root/usr.sbin/ypbind/Makefile
blob: 005b4170c77664e5a59836e1e5bf10cf989a44fd (plain)
1
2
3
4
5
6
7
8
#	from: @(#)Makefile	5.8 (Berkeley) 7/28/90
#	$Id: Makefile,v 1.2 1995/10/18 10:58:53 deraadt Exp $

PROG=	ypbind
MAN=	ypbind.8
CFLAGS+=-DDAEMON -DHEURISTIC

.include <bsd.prog.mk>