4 lines
119 B
Makefile
4 lines
119 B
Makefile
SYSINCS = errno.h
|
|
INCS = ar.h coff.h elf.h fas.h ranlib.h stupidc.h $(addprefix sys/, $(SYSINCS))
|
|
|
|
include stpd.inc.mk
|