summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authordan <dan@FreeBSD.org>2000-03-20 17:10:16 +0000
committerdan <dan@FreeBSD.org>2000-03-20 17:10:16 +0000
commit1785dcce70505565c770065d4019b5100800d122 (patch)
treefc7787ae3cf8a2374d89906bd0a52baff090bad9 /gnu
parentd58a7ce7d9d07c721c6dac5096e283fb6d1b5816 (diff)
downloadFreeBSD-src-1785dcce70505565c770065d4019b5100800d122.zip
FreeBSD-src-1785dcce70505565c770065d4019b5100800d122.tar.gz
Wrap building of uucp related programs around NOUUCP knob.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/libexec/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/libexec/Makefile b/gnu/libexec/Makefile
index 5d8ed2e..70e21ad 100644
--- a/gnu/libexec/Makefile
+++ b/gnu/libexec/Makefile
@@ -1,5 +1,7 @@
# $FreeBSD$
+.if !defined(NOUUCP)
SUBDIR= uucp
+.endif
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud