summaryrefslogtreecommitdiff
path: root/usr.bin/login/Makefile
blob: 8b37d4c90e7b271187db0ffc82ca2b51e9ee268e (plain)
1
2
3
4
5
6
include user.mk

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

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