5ff3afce6f
the Green Piece. :-) In future, new builtin services are less likely to need to touch the already tangled inetd.c .
16 lines
301 B
Makefile
16 lines
301 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $Id: Makefile,v 1.12 1999/07/15 17:01:42 green Exp $
|
|
|
|
PROG= inetd
|
|
SRCS= inetd.c builtins.c
|
|
MAN8= inetd.8
|
|
MLINKS= inetd.8 inetd.conf.5
|
|
|
|
COPTS+= -Wall -DLOGIN_CAP
|
|
#COPTS+= -DSANITY_CHECK
|
|
|
|
DPADD+= ${LIBUTIL} ${LIBWRAP}
|
|
LDADD+= -lutil -lwrap
|
|
|
|
.include <bsd.prog.mk>
|