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