Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F152472030
D16754.id46873.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
971 B
Referenced Files
None
Subscribers
None
D16754.id46873.diff
View Options
Index: usr.bin/Makefile
===================================================================
--- usr.bin/Makefile
+++ usr.bin/Makefile
@@ -99,7 +99,6 @@
mkuzip \
mt \
ncal \
- netstat \
newgrp \
nfsstat \
nice \
@@ -222,6 +221,7 @@
SUBDIR.${MK_ICONV}+= iconv
SUBDIR.${MK_ICONV}+= mkcsmapper
SUBDIR.${MK_ICONV}+= mkesdb
+SUBDIR.${MK_INET}+= netstat
SUBDIR.${MK_ISCSI}+= iscsictl
SUBDIR.${MK_KDUMP}+= kdump
SUBDIR.${MK_KDUMP}+= truss
Index: usr.sbin/Makefile
===================================================================
--- usr.sbin/Makefile
+++ usr.sbin/Makefile
@@ -86,7 +86,6 @@
snapinfo \
spi \
spray \
- syslogd \
sysrc \
tcpdrop \
tcpdump \
@@ -137,6 +136,9 @@
SUBDIR.${MK_FREEBSD_UPDATE}+= freebsd-update
SUBDIR.${MK_GSSAPI}+= gssd
SUBDIR.${MK_GPIO}+= gpioctl
+.if (${MK_INET} != "no" && ${MK_INET6} != "no")
+SUBDIR+= syslogd
+.endif
SUBDIR.${MK_INET6}+= ip6addrctl
SUBDIR.${MK_INET6}+= mld6query
SUBDIR.${MK_INET6}+= ndp
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 16, 4:18 AM (3 h, 26 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31578114
Default Alt Text
D16754.id46873.diff (971 B)
Attached To
Mode
D16754: Enable WITHOUT_INET and WITHOUT_INET6 Build Options
Attached
Detach File
Event Timeline
Log In to Comment