NetBSD/usr.sbin/inetd/Makefile

15 lines
342 B
Makefile
Raw Normal View History

# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
1997-10-25 10:57:53 +04:00
# $NetBSD: Makefile,v 1.14 1997/10/25 06:58:06 lukem Exp $
1993-03-21 12:45:37 +03:00
PROG= inetd
1994-12-22 14:32:57 +03:00
MAN= inetd.8
MLINKS= inetd.8 inetd.conf.5
1993-03-21 12:45:37 +03:00
1997-10-25 10:57:53 +04:00
CPPFLAGS+=-DLIBWRAP
# Use LIBWRAP_INTERNAL for libwrap checking of inetd's `internal' services.
1997-10-25 10:57:53 +04:00
#CPPFLAGS+=-DLIBWRAP_INTERNAL
LDADD+= -lwrap
DPADD+= ${LIBWRAP}
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>