aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/Makefile
blob: c75ebd044fb92458a8859ec4bb385e142b8172e0 (plain)
1
2
3
4
5
6
7
CC =
LD =
LDSO =

.PHONY: all
all:
	cd init/; make LDSO=$(LDSO) CC=$(CC) LD=$(LD)