summaryrefslogtreecommitdiff
path: root/usr.sbin/inject/Makefile
blob: 7175ae9e2de46264875daf82e6c6346023084063 (plain)
1
2
3
4
5
6
include user.mk

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

$(ROOT)/base/usr/sbin/inject:
	gcc $(CFILES) -o $@ $(INTERNAL_CFLAGS)