Home | History | Annotate | Line # | Download | only in inetd
Makefile revision 1.16
      1  1.11      mrg #	from: @(#)Makefile	8.1 (Berkeley) 6/6/93
      2  1.16   itojun #	$NetBSD: Makefile,v 1.16 1999/07/02 04:48:19 itojun 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.16   itojun 
     14  1.16   itojun # This is necessary due to be friendly with past RFC2553 API changes...
     15  1.16   itojun CPPFLAGS+=-Dss_family=__ss_family -Dss_len=__ss_len
     16  1.16   itojun 
     17  1.16   itojun CFLAGS+=-DIPSEC
     18  1.16   itojun LDADD+= -lipsec
     19  1.16   itojun DPADD+=	${LIBIPSEC}
     20   1.1      cgd 
     21   1.1      cgd .include <bsd.prog.mk>
     22