From e4322bc6d3b9679a8d8cafc992ad6c858cd1a76d Mon Sep 17 00:00:00 2001 From: Dan Moschuk Date: Fri, 24 Mar 2000 18:21:09 +0000 Subject: [PATCH] Wrap uucpd behind the NOUUCP knob. Noticed by: Doug Barton --- libexec/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libexec/Makefile b/libexec/Makefile index 29318859b45..c051e13ff89 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