Home | History | Annotate | Line # | Download | only in inetd
Makefile revision 1.15
      1  1.11      mrg #	from: @(#)Makefile	8.1 (Berkeley) 6/6/93
      2  1.15  thorpej #	$NetBSD: Makefile,v 1.15 1999/06/06 01:53:45 thorpej Exp $
      3   1.1      cgd 
      4   1.1      cgd PROG=	inetd
      5   1.6      cgd MAN=	inetd.8
      6   1.8      mrg MLINKS=	inetd.8 inetd.conf.5
      7   1.7      mrg 
      8  1.14    lukem CPPFLAGS+=-DLIBWRAP
      9  1.10  mycroft # Use LIBWRAP_INTERNAL for libwrap checking of inetd's `internal' services.
     10  1.14    lukem #CPPFLAGS+=-DLIBWRAP_INTERNAL
     11  1.15  thorpej LDADD+= -lwrap -lutil
     12  1.15  thorpej DPADD+= ${LIBWRAP} ${LIBUTIL}
     13   1.1      cgd 
     14   1.1      cgd .include <bsd.prog.mk>
     15