diff options
| author | Dan Moschuk <dan@FreeBSD.org> | 2000-03-24 18:21:09 +0000 |
|---|---|---|
| committer | Dan Moschuk <dan@FreeBSD.org> | 2000-03-24 18:21:09 +0000 |
| commit | e4322bc6d3b9679a8d8cafc992ad6c858cd1a76d (patch) | |
| tree | 39e17ad5075caaf80fd79f0da2ffcf57ab5f954d /libexec | |
| parent | 727214e9b8da80fea35bb08623e777448652db9d (diff) | |
Notes
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libexec/Makefile b/libexec/Makefile index 29318859b456..c051e13ff89e 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 |
