1 # from: @(#)Makefile 8.1 (Berkeley) 6/6/93 2 # $NetBSD: Makefile,v 1.15 1999/06/06 01:53:45 thorpej Exp $ 3 4 PROG= inetd 5 MAN= inetd.8 6 MLINKS= inetd.8 inetd.conf.5 7 8 CPPFLAGS+=-DLIBWRAP 9 # Use LIBWRAP_INTERNAL for libwrap checking of inetd's `internal' services. 10 #CPPFLAGS+=-DLIBWRAP_INTERNAL 11 LDADD+= -lwrap -lutil 12 DPADD+= ${LIBWRAP} ${LIBUTIL} 13 14 .include <bsd.prog.mk> 15