summaryrefslogtreecommitdiffstats
path: root/usr.sbin/inetd/Makefile
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1996-11-10 21:12:44 +0000
committerjulian <julian@FreeBSD.org>1996-11-10 21:12:44 +0000
commitf447087e686c1248c8b178ae07905a9f42ccc918 (patch)
treeb42a48b865e52b6b1dc79e58049edac010b8170c /usr.sbin/inetd/Makefile
parent5278ea869e8b26b786bf5c94daa508b4157e68b2 (diff)
downloadFreeBSD-src-f447087e686c1248c8b178ae07905a9f42ccc918.zip
FreeBSD-src-f447087e686c1248c8b178ae07905a9f42ccc918.tar.gz
Reviewed by: Bill fenner
Submitted by: Archie Cobbs (Archie@whistle.com) Changes to allow inted to control the number of servers to start on each service. This is a defence against a denial of service attack in which the system is made unusable by an external party. It also allows the behaviour of small memory systems to be more accuratly predicted, by bounding the extent to which processes can multiply.
Diffstat (limited to 'usr.sbin/inetd/Makefile')
-rw-r--r--usr.sbin/inetd/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/inetd/Makefile b/usr.sbin/inetd/Makefile
index 7cb6c05..0654eba 100644
--- a/usr.sbin/inetd/Makefile
+++ b/usr.sbin/inetd/Makefile
@@ -4,6 +4,9 @@ PROG= inetd
MAN8= inetd.8
MLINKS= inetd.8 inetd.conf.5
+COPTS+= -Wall
+#COPTS+= -DSANITY_CHECK
+
DPADD+= ${LIBUTIL}
LDADD+= -lutil
OpenPOWER on IntegriCloud