summaryrefslogtreecommitdiff
path: root/usr.bin/reboot/Makefile
blob: 37006768ef24a192d9610aa822a79c8be6fa0f2c (plain)
1
2
3
4
5
6
include user.mk

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

$(ROOT)/base/usr/bin/reboot:
	gcc $(CFILES) -o $@ $(INTERNAL_CFLAGS)