aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/init/Makefile
blob: bee9f3a07af97f9b650bcd2efd39bd60b4800029 (plain)
1
2
3
4
5
6
include user.mk

CFILES = $(shell find . -name "*.c")

init:
	gcc $(CFILES) -o $@ $(INTERNAL_CFLAGS)