Home | History | Annotate | Line # | Download | only in inetd
Makefile revision 1.19
      1  1.11      mrg #	from: @(#)Makefile	8.1 (Berkeley) 6/6/93
      2  1.19   itojun #	$NetBSD: Makefile,v 1.19 2001/11/19 03:18:28 itojun Exp $
      3   1.1      cgd 
      4   1.1      cgd PROG=	inetd
      5  1.17   itojun SRCS=	inetd.c
      6   1.6      cgd MAN=	inetd.8
      7   1.8      mrg MLINKS=	inetd.8 inetd.conf.5
      8   1.7      mrg 
      9  1.17   itojun CPPFLAGS+=-DLIBWRAP -DINET6
     10  1.10  mycroft # Use LIBWRAP_INTERNAL for libwrap checking of inetd's `internal' services.
     11  1.14    lukem #CPPFLAGS+=-DLIBWRAP_INTERNAL
     12  1.15  thorpej LDADD+= -lwrap -lutil
     13  1.15  thorpej DPADD+= ${LIBWRAP} ${LIBUTIL}
     14  1.16   itojun 
     15  1.18   itojun CPPFLAGS+=-DIPSEC
     16  1.17   itojun SRCS+=	ipsec.c
     17  1.16   itojun LDADD+= -lipsec
     18  1.16   itojun DPADD+=	${LIBIPSEC}
     19   1.1      cgd 
     20   1.1      cgd .include <bsd.prog.mk>
     21