summaryrefslogtreecommitdiffstats
path: root/libexec
diff options
context:
space:
mode:
authordan <dan@FreeBSD.org>2000-03-24 18:21:09 +0000
committerdan <dan@FreeBSD.org>2000-03-24 18:21:09 +0000
commit47ea23cc278b760d807918ee6b9c4b9ea6ade022 (patch)
treebc9931b8ed290e73761590e350b263cc6d81eb8d /libexec
parent64f92723d499eec5354b8b9e2fea7c6e3b060bf7 (diff)
downloadFreeBSD-src-47ea23cc278b760d807918ee6b9c4b9ea6ade022.zip
FreeBSD-src-47ea23cc278b760d807918ee6b9c4b9ea6ade022.tar.gz
Wrap uucpd behind the NOUUCP knob.
Noticed by: Doug Barton
Diffstat (limited to 'libexec')
-rw-r--r--libexec/Makefile5
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
OpenPOWER on IntegriCloud