diff options
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r-- | usr.sbin/Makefile | 5 |
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) |