diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2004-09-21 19:01:48 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2004-09-21 19:01:48 +0000 |
| commit | cd3ee173f95b226e43b4637c7d66afac0fac26e0 (patch) | |
| tree | ee65309033b0451fbda3772ae513fcd9b3dec47a /usr.bin/Makefile | |
| parent | 95c973ff5291e7e1cfe8c0d3d26f90b89d6130c2 (diff) | |
Notes
Diffstat (limited to 'usr.bin/Makefile')
| -rw-r--r-- | usr.bin/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 1949b11aadcb..d09f4b509d9d 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -44,8 +44,6 @@ SUBDIR= alias \ cut \ ${_dig} \ dirname \ - ${_dnskeygen} \ - ${_dnsquery} \ du \ ee \ elf2aout \ @@ -131,6 +129,8 @@ SUBDIR= alias \ nice \ nl \ nohup \ + ${_nslookup} \ + ${_nsupdate} \ objformat \ opieinfo \ opiekey \ @@ -231,14 +231,14 @@ _truss= truss .endif .if !defined(NOATM) -_atm= atm +#_atm= atm .endif .if !defined(NO_BIND) _dig= dig -_dnskeygen= dnskeygen -_dnsquery= dnsquery _host= host +_nslookup= nslookup +_nsupdate= nsupdate .endif .if !defined(NO_BLUETOOTH) |
