Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-10-17 14:26:28 +0400
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-10-17 14:26:28 +0400
commitb16d60a0315fe538d831206907908c0d9c24c1d9 (patch)
treed8a76ef92379ae3568d009cd4686d6cc59e6a7bc /src/libexec
parent05844ab97607570d910a4b834b47267a34d6d996 (diff)
Do not build cpdup and make_index on dfly
Obtained from: dragonfly branch
Diffstat (limited to 'src/libexec')
-rw-r--r--src/libexec/poudriere/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/libexec/poudriere/Makefile b/src/libexec/poudriere/Makefile
index e24ff1fb..25994670 100644
--- a/src/libexec/poudriere/Makefile
+++ b/src/libexec/poudriere/Makefile
@@ -1,7 +1,8 @@
-SUBDIR= make_index \
- dirempty \
- dirwatch \
- cpdup
+SUBDIR= dirempty dirwatch
+
+if !defined(DRAGONFLY)
+SUBDIR+= make_index cpdup
+.endif
PREFIX?= /usr/local
BINDIR= ${PREFIX}/libexec/poudriere