diff options
| author | Michael Bushkov <bushman@FreeBSD.org> | 2007-09-28 10:38:08 +0000 |
|---|---|---|
| committer | Michael Bushkov <bushman@FreeBSD.org> | 2007-09-28 10:38:08 +0000 |
| commit | c97fe77db346b866646f4b523906679d0252e425 (patch) | |
| tree | f0b4429f6c4f2e07780dbda5127778b30921f2e8 /usr.sbin/Makefile | |
| parent | 69041a97a038f364faeeb7ea5df0c93454a2dcc9 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/Makefile')
| -rw-r--r-- | usr.sbin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index c4b9a2e69a82..8eac4b5ab8ff 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 |
