Wrap uucpd behind the NOUUCP knob.

Noticed by: Doug Barton
This commit is contained in:
Dan Moschuk 2000-03-24 18:21:09 +00:00
parent 727214e9b8
commit e4322bc6d3

View file

@ -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