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:27:21 +0400
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-10-17 14:27:21 +0400
commit91af5b989e81f68bf8618cec2ae7e37307d17bc5 (patch)
tree664be6418fa44fdcfe02acd153b5b477499a75e8 /src/libexec
parentb16d60a0315fe538d831206907908c0d9c24c1d9 (diff)
Erg fix typo
Diffstat (limited to 'src/libexec')
-rw-r--r--src/libexec/poudriere/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libexec/poudriere/Makefile b/src/libexec/poudriere/Makefile
index 25994670..0bc69893 100644
--- a/src/libexec/poudriere/Makefile
+++ b/src/libexec/poudriere/Makefile
@@ -1,7 +1,7 @@
SUBDIR= dirempty dirwatch
-if !defined(DRAGONFLY)
-SUBDIR+= make_index cpdup
+.if !defined(DRAGONFLY)
+SUBDIR+= make_index cpdup
.endif
PREFIX?= /usr/local