diff options
-rw-r--r-- | libexec/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libexec/Makefile b/libexec/Makefile index 2931885..c051e13 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -24,7 +24,6 @@ SUBDIR= atrun \ rshd \ talkd \ tftpd \ - uucpd \ xtend \ ypxfr @@ -36,6 +35,10 @@ SUBDIR+=named-xfer SUBDIR+=mail.local smrsh .endif +.if !defined(NOUUCP) +SUBDIR+=uucpd +.endif + .if ${OBJFORMAT} == aout SUBDIR+=rtld-aout .endif |