91e876159f
indicate proper invocation point and RCS ID police (PR 3098)
13 lines
234 B
Makefile
13 lines
234 B
Makefile
# from: @(#)Makefile 5.5 (Berkeley) 6/29/90
|
|
# $NetBSD: Makefile,v 1.9 1997/01/12 06:55:41 mikel Exp $
|
|
|
|
PROG= inetd
|
|
MAN= inetd.8
|
|
MLINKS= inetd.8 inetd.conf.5
|
|
|
|
CFLAGS+=-DLIBWRAP
|
|
LDADD+= -lwrap
|
|
DPADD+= ${LIBWRAP}
|
|
|
|
.include <bsd.prog.mk>
|