aboutsummaryrefslogtreecommitdiff
path: root/sbin/ggate/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/ggate/Makefile')
-rw-r--r--sbin/ggate/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/sbin/ggate/Makefile b/sbin/ggate/Makefile
index b46335991671..22532cc18512 100644
--- a/sbin/ggate/Makefile
+++ b/sbin/ggate/Makefile
@@ -2,13 +2,8 @@
.include <src.opts.mk>
-SUBDIR= ${_ggatec} \
- ${_ggated} \
+SUBDIR= ggatec \
+ ggated \
ggatel
-.if ${MK_LIBTHR} != "no"
-_ggatec= ggatec
-_ggated= ggated
-.endif
-
.include <bsd.subdir.mk>