summaryrefslogtreecommitdiff
path: root/usr.sbin/ypbind/Makefile
blob: d76390f9111ee73c315f521d331bb58d312128cb (plain)
1
2
3
4
5
6
7
8
#	from: @(#)Makefile	5.8 (Berkeley) 7/28/90
#	$Id: Makefile,v 1.7 1994/12/22 11:45:51 cgd Exp $

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

.include <bsd.prog.mk>