Clean up arch Makefiles for libminc
This commit is contained in:
@@ -76,7 +76,7 @@ SUBDIR+= ../common/include/prop
|
||||
|
||||
.if defined(__MINIX)
|
||||
.include "Makefile.minix.inc"
|
||||
SUBDIR+= arch/${MACHINE}
|
||||
SUBDIR+= arch/${MACHINE_ARCH}
|
||||
SUBDIR+= arch sys minix
|
||||
SUBDIR+= net netinet netinet6
|
||||
.endif
|
||||
|
||||
@@ -53,7 +53,7 @@ SUBDIR+= xen
|
||||
# x68k x86_64 xen \
|
||||
# zaurus
|
||||
|
||||
INCSYMLINKS= ${MACHINE} /usr/include/machine
|
||||
INCSYMLINKS= ${MACHINE_ARCH} /usr/include/machine
|
||||
|
||||
INCSYMLINKS+= machine/float.h /usr/include/float.h \
|
||||
machine/stdarg.h /usr/include/stdarg.h
|
||||
|
||||
Reference in New Issue
Block a user