diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2005-09-28 07:20:46 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2005-09-28 07:20:46 +0000 |
| commit | 161a5ba8ed88ff1b54e1dfc7a6e9b935aed16b8b (patch) | |
| tree | 09655dc27275e45df490d577637929d602331785 /usr.sbin | |
| parent | 5f419982c27f9142dac69f5c9ad5a42886176e38 (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index cf94b9fbe4a83..c4556f577d64a 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -91,9 +91,9 @@ SUBDIR= ac \ mtest \ mtree \ ${_named} \ - ${_named.reload} \ ${_named-checkconf} \ ${_named-checkzone} \ + ${_named.reload} \ ${_ndiscvt} \ ndp \ newsyslog \ @@ -176,8 +176,8 @@ SUBDIR= ac \ watch \ watchdogd \ wicontrol \ - wpa \ ${_wlconfig} \ + wpa \ ${_ypbind} \ ${_yp_mkdb} \ ${_yppoll} \ @@ -202,9 +202,9 @@ _dnssec-signzone= dnssec-signzone .endif .if !defined(NO_BIND_NAMED) _named= named -_named.reload= named.reload _named-checkconf= named-checkconf _named-checkzone= named-checkzone +_named.reload= named.reload _rndc= rndc _rndc-confgen= rndc-confgen .endif |
