d06590a52b
the daemon name vs the path. Also fix some warnings and improve the wrapper section of the man page. Nice debugging work by: Sheldon Hearn
15 lines
304 B
Makefile
15 lines
304 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $Id: Makefile,v 1.6 1999/03/28 10:50:30 markm Exp $
|
|
|
|
PROG= inetd
|
|
MAN8= inetd.8
|
|
MLINKS= inetd.8 inetd.conf.5
|
|
|
|
COPTS+= -Wall -DLOGIN_CAP -DLIBWRAP -DLIBWRAP_INTERNAL
|
|
#COPTS+= -DSANITY_CHECK
|
|
|
|
DPADD+= ${LIBUTIL} ${LIBWRAP}
|
|
LDADD+= -lutil -lwrap
|
|
|
|
.include <bsd.prog.mk>
|