GNUmakefile
331 Bytes
include $(ROOT)/usr/include/make/commondefs
#HFILES = ctype.h malloc.h mathdef.h math.h setjmp.h stdlib.h string.h
#XXXblythe don't overwrite existing stdlib.h and string.h
HFILES = ctype.h malloc.h mathdef.h math.h setjmp.h
default:
install: $(_FORCE)
${INSTALL} -m 444 -F /usr/include/nustd $(HFILES)
include $(COMMONRULES)