summaryrefslogtreecommitdiff
path: root/sal/workben
diff options
context:
space:
mode:
authorFrancois Tigeot <ftigeot@wolfpond.org>2011-02-27 14:15:26 +0100
committerFrancois Tigeot <ftigeot@wolfpond.org>2011-02-27 14:15:26 +0100
commit9a0fa777e2f5d757fb0a11db34e3fe28e938b0d9 (patch)
treeffde9a54a006d29c6c5cdf6117b58eecf33e0ab9 /sal/workben
parentd0655ab815f9cbb280d7fb7d57370018533dad90 (diff)
Handle DragonFly like the other BSDs in more cases.
Diffstat (limited to 'sal/workben')
-rw-r--r--sal/workben/makefile.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/sal/workben/makefile.mk b/sal/workben/makefile.mk
index 30454c31c156..5a036dc13449 100644
--- a/sal/workben/makefile.mk
+++ b/sal/workben/makefile.mk
@@ -102,7 +102,8 @@ APP4DEPN=$(SLB)$/sal.lib
#
# tgetpwnam
#
-.IF "$(OS)"=="NETBSD" || "$(OS)"=="FREEBSD" || "$(OS)"=="OPENBSD"
+.IF "$(OS)"=="NETBSD" || "$(OS)"=="FREEBSD" || "$(OS)"=="OPENBSD" || \
+ "$(OS)"=="DRAGONFLY"
OBJFILES+=\
$(OBJ)$/tgetpwnam.obj