4 lines
110 B
Makefile
4 lines
110 B
Makefile
SYSINCS = errno.h
|
|
INCS = coff.h elf.h ar.h ranlib.h $(addprefix sys/, $(SYSINCS))
|
|
|
|
include $(TOPDIR)/rules.mk
|