summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authorbushman <bushman@FreeBSD.org>2007-09-28 10:38:08 +0000
committerbushman <bushman@FreeBSD.org>2007-09-28 10:38:08 +0000
commita947d503156d99f0c775e19946e40c413ef41242 (patch)
treef0b4429f6c4f2e07780dbda5127778b30921f2e8 /usr.sbin/Makefile
parent1c797edf6bc8751b4d32db986f024da83d34a1f0 (diff)
downloadFreeBSD-src-a947d503156d99f0c775e19946e40c413ef41242.zip
FreeBSD-src-a947d503156d99f0c775e19946e40c413ef41242.tar.gz
Finishing renaming of cached into nscd. etc/rc.d and usr.sbin/Makefile
updated. Note added to UPDATING. Approved by: re (kensmith, bmah), brooks (mentor)
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index c4b9a2e..8eac4b5 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -27,7 +27,6 @@ SUBDIR= ac \
bsnmpd \
${_btxld} \
burncd \
- ${_cached} \
cdcontrol \
chkgrp \
chown \
@@ -109,6 +108,7 @@ SUBDIR= ac \
ngctl \
nghook \
nologin \
+ ${_nscd} \
ntp \
${_nvram} \
${_ofwdump} \
@@ -275,7 +275,7 @@ _lpr= lpr
.if ${MK_NS_CACHING} != "no"
.if ${MK_LIBTHR} != "no" || \
(${MACHINE_ARCH} != "sparc64" && ${MK_LIBPTHREAD} != "no")
-_cached= cached
+_nscd= nscd
.endif
.endif
OpenPOWER on IntegriCloud