Home | History | Annotate | Line # | Download | only in inetd
Makefile revision 1.10
      1   1.4  mycroft #	from: @(#)Makefile	5.5 (Berkeley) 6/29/90
      2  1.10  mycroft #	$NetBSD: Makefile,v 1.10 1997/03/13 18:36:35 mycroft 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.7      mrg CFLAGS+=-DLIBWRAP
      9  1.10  mycroft # Use LIBWRAP_INTERNAL for libwrap checking of inetd's `internal' services.
     10  1.10  mycroft #CFLAGS+=-DLIBWRAP_INTERNAL
     11   1.7      mrg LDADD+= -lwrap
     12   1.7      mrg DPADD+= ${LIBWRAP}
     13   1.1      cgd 
     14   1.1      cgd .include <bsd.prog.mk>
     15