Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F157351857
D691.id1264.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D691.id1264.diff
View Options
Index: tools/build/mk/OptionalObsoleteFiles.inc
===================================================================
--- tools/build/mk/OptionalObsoleteFiles.inc
+++ tools/build/mk/OptionalObsoleteFiles.inc
@@ -3797,6 +3797,7 @@
OLD_FILES+=usr/bin/rcsfreeze
OLD_FILES+=usr/bin/rcsmerge
OLD_FILES+=usr/bin/rlog
+OLD_FILES+=usr/sbin/etcupdate
OLD_FILES+=usr/share/man/man1/ci.1.gz
OLD_FILES+=usr/share/man/man1/co.1.gz
OLD_FILES+=usr/share/man/man1/ident.1.gz
Index: tools/build/options/WITHOUT_RCS
===================================================================
--- tools/build/options/WITHOUT_RCS
+++ tools/build/options/WITHOUT_RCS
@@ -1,4 +1,6 @@
.\" $FreeBSD$
Set to not build
.Xr rcs 1
-and related utilities.
+,
+.Xr etcupdate 8
+, and related utilities.
Index: usr.sbin/Makefile
===================================================================
--- usr.sbin/Makefile
+++ usr.sbin/Makefile
@@ -26,7 +26,6 @@
digictl \
diskinfo \
dumpcis \
- etcupdate \
extattr \
extattrctl \
fifolog \
@@ -278,6 +277,10 @@
SUBDIR+= rwhod
.endif
+.if ${MK_RCS} != "no"
+SUBDIR+= etcupdate
+.endif
+
.if ${MK_SENDMAIL} != "no"
SUBDIR+= editmap
SUBDIR+= mailstats
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, May 21, 1:20 PM (17 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33365611
Default Alt Text
D691.id1264.diff (1 KB)
Attached To
Mode
D691: Conditionalize build of etcupdate(8) on MK_RCS.
Attached
Detach File
Event Timeline
Log In to Comment