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