Home | History | Annotate | Line # | Download | only in ypbind
Makefile revision 1.17.20.1
      1  1.17.20.1       jym #	$NetBSD: Makefile,v 1.17.20.1 2009/05/13 19:20:44 jym Exp $
      2        1.3   mycroft #	from: @(#)Makefile	5.8 (Berkeley) 7/28/90
      3        1.1   deraadt 
      4       1.16       tls USE_FORT?= yes	# network client
      5       1.16       tls 
      6        1.1   deraadt PROG=	ypbind
      7        1.7       cgd MAN=	ypbind.8
      8       1.17  christos CPPFLAGS+=-DHEURISTIC -DDEBUG
      9       1.15   thorpej 
     10       1.15   thorpej LDADD+=	-lutil
     11       1.15   thorpej DPADD+=	${LIBUTIL}
     12        1.1   deraadt 
     13        1.1   deraadt .include <bsd.prog.mk>
     14