aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 7cf3d01..c75ebd0 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -1,6 +1,7 @@
CC =
LD =
+LDSO =
.PHONY: all
all:
- cd init/; make CC=$(CC) LD=$(LD)
+ cd init/; make LDSO=$(LDSO) CC=$(CC) LD=$(LD)