summaryrefslogtreecommitdiffstats
path: root/usr.sbin/inetd
diff options
context:
space:
mode:
authoryar <yar@FreeBSD.org>2006-07-31 19:15:10 +0000
committeryar <yar@FreeBSD.org>2006-07-31 19:15:10 +0000
commit73ebfe88f61c7a436472f5c6b29ba96f06ba7d59 (patch)
tree105d5da1119b8e09f6203a5fc3abae20bdfb5674 /usr.sbin/inetd
parentf4c396a7b53b98dc165ba04e8ab148e369fad1fb (diff)
downloadFreeBSD-src-73ebfe88f61c7a436472f5c6b29ba96f06ba7d59.zip
FreeBSD-src-73ebfe88f61c7a436472f5c6b29ba96f06ba7d59.tar.gz
inetd and telnetd are not included in the standard release
crunched floppies, but they can be included as options in src/release/picobsd (omitted by default though.) Therefore preserve the RELEASE_CRUNCH knob in their Makefiles, but tell its real purpose in a comment.
Diffstat (limited to 'usr.sbin/inetd')
-rw-r--r--usr.sbin/inetd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/inetd/Makefile b/usr.sbin/inetd/Makefile
index 2939871..35f2c22 100644
--- a/usr.sbin/inetd/Makefile
+++ b/usr.sbin/inetd/Makefile
@@ -19,6 +19,7 @@ CFLAGS+= -DINET6
DPADD= ${LIBUTIL} ${LIBWRAP}
LDADD= -lutil -lwrap
+# XXX for src/release/picobsd
.if !defined(RELEASE_CRUNCH)
CFLAGS+= -DIPSEC
DPADD+= ${LIBIPSEC}
OpenPOWER on IntegriCloud