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

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