Clean up arch Makefiles for libminc

This commit is contained in:
Arun Thomas
2012-08-10 19:02:30 +02:00
parent 3131ad3154
commit fbad9eaf95
4 changed files with 20 additions and 10 deletions

View File

@@ -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

View File

@@ -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