5dcb6878e1
flamage between our beloved messrs Hearn and Feldman. Further commits go through me. I urge the contestants to direct their energies at cleaning up main() in inetd.c, which has over time become a crawling horror.
17 lines
331 B
Makefile
17 lines
331 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $Id: Makefile,v 1.13 1999/07/22 14:11:25 sheldonh Exp $
|
|
|
|
PROG= inetd
|
|
SRCS= inetd.c builtins.c
|
|
MAN8= inetd.8
|
|
MLINKS= inetd.8 inetd.conf.5
|
|
MAINTAINER=des@freebsd.org
|
|
|
|
COPTS+= -Wall -DLOGIN_CAP
|
|
#COPTS+= -DSANITY_CHECK
|
|
|
|
DPADD+= ${LIBUTIL} ${LIBWRAP}
|
|
LDADD+= -lutil -lwrap
|
|
|
|
.include <bsd.prog.mk>
|