mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Wrap uucpd behind the NOUUCP knob.
Noticed by: Doug Barton
This commit is contained in:
parent
727214e9b8
commit
e4322bc6d3
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue