NetBSD/usr.sbin/inetd/Makefile

15 lines
338 B
Makefile

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