diff options
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 bfda5e4..100cd04 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 |