NetBSD/usr.sbin/inetd/Makefile

15 lines
341 B
Makefile
Raw Normal View History

1993-07-31 02:11:51 +04:00
# from: @(#)Makefile 5.5 (Berkeley) 6/29/90
# $NetBSD: Makefile,v 1.10 1997/03/13 18:36:35 mycroft 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
CFLAGS+=-DLIBWRAP
# Use LIBWRAP_INTERNAL for libwrap checking of inetd's `internal' services.
#CFLAGS+=-DLIBWRAP_INTERNAL
LDADD+= -lwrap
DPADD+= ${LIBWRAP}
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>