From 47ea23cc278b760d807918ee6b9c4b9ea6ade022 Mon Sep 17 00:00:00 2001 From: dan Date: Fri, 24 Mar 2000 18:21:09 +0000 Subject: Wrap uucpd behind the NOUUCP knob. Noticed by: Doug Barton --- libexec/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'libexec/Makefile') 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 -- cgit v1.1