diff options
author | Ian Moffett <ian@osmora.org> | 2024-03-14 21:59:20 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2024-03-14 21:59:20 -0400 |
commit | d1c96bcab646749a587cdbdbf9fc207b9a297312 (patch) | |
tree | ee0a146233bd7c8a093551a40253f43646413a69 /usr.sbin/Makefile | |
parent | c550f3ac8342ad3e94805742d6dcc620cf428db5 (diff) |
build: Update usr.sbin Makefiles
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r-- | usr.sbin/Makefile | 3 |
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) |