diff options
| author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2004-11-13 20:40:32 +0000 |
|---|---|---|
| committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2004-11-13 20:40:32 +0000 |
| commit | 6c58990d4782600a6f5fc5ce9fc0ef48bd9cc001 (patch) | |
| tree | da33d2aed5fb6a0c2319fb0d10f0957f518eee99 /libexec/Makefile | |
| parent | 70502bea852fbe21d2d1edc4a67e976adf7f96dd (diff) | |
Notes
Diffstat (limited to 'libexec/Makefile')
| -rw-r--r-- | libexec/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/libexec/Makefile b/libexec/Makefile index bfda5e41aedd..100cd04d628e 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -12,7 +12,7 @@ SUBDIR= atrun \ ${_lukemftpd} \ ${_mail.local} \ makekey \ - mknetid \ + ${_mknetid} \ pppoed \ pt_chown \ rbootd \ @@ -32,7 +32,12 @@ SUBDIR= atrun \ tcpd \ telnetd \ tftpd \ - ypxfr + ${_ypxfr} + +.if !defined(NO_NIS) +_mknetid= mknetid +_ypxfr= ypxfr +.endif .if !defined(NO_PF) _ftp-proxy= ftp-proxy |
