diff options
Diffstat (limited to 'libexec/Makefile')
-rw-r--r-- | libexec/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libexec/Makefile b/libexec/Makefile index be2b9be1654a..bfda5e41aedd 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -13,7 +13,6 @@ SUBDIR= atrun \ ${_mail.local} \ makekey \ mknetid \ - ${_named-xfer} \ pppoed \ pt_chown \ rbootd \ @@ -35,10 +34,6 @@ SUBDIR= atrun \ tftpd \ ypxfr -.if !defined(NO_BIND) -_named-xfer= named-xfer -.endif - .if !defined(NO_PF) _ftp-proxy= ftp-proxy .endif |