Makefile revision 1.13
1# from: @(#)Makefile 8.1 (Berkeley) 6/6/93 2# $NetBSD: Makefile,v 1.13 1997/10/18 06:42:49 lukem Exp $ 3 4PROG= inetd 5MAN= inetd.8 6MLINKS= inetd.8 inetd.conf.5 7 8CFLAGS+=-DLIBWRAP 9# Use LIBWRAP_INTERNAL for libwrap checking of inetd's `internal' services. 10#CFLAGS+=-DLIBWRAP_INTERNAL 11LDADD+= -lwrap 12DPADD+= ${LIBWRAP} 13 14.include <bsd.prog.mk> 15