NetBSD/usr.sbin/ypbind/Makefile

14 lines
253 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.18 2009/04/22 15:23:10 lukem Exp $
1993-07-30 15:10:53 +04:00
# from: @(#)Makefile 5.8 (Berkeley) 7/28/90
1993-04-26 12:09:02 +04:00
2007-05-28 16:06:17 +04:00
USE_FORT?= yes # network client
1993-04-26 12:09:02 +04:00
PROG= ypbind
1994-12-22 14:43:15 +03:00
MAN= ypbind.8
CPPFLAGS+=-DHEURISTIC -DDEBUG
1993-04-26 12:09:02 +04:00
1999-06-06 06:38:00 +04:00
LDADD+= -lutil
DPADD+= ${LIBUTIL}
1993-04-26 12:09:02 +04:00
.include <bsd.prog.mk>