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