]> Zhao Yanbai Git Server - minix.git/commitdiff
asm.h not installed
authorTomas Hruby <tom@minix3.org>
Fri, 3 Sep 2010 17:01:18 +0000 (17:01 +0000)
committerTomas Hruby <tom@minix3.org>
Fri, 3 Sep 2010 17:01:18 +0000 (17:01 +0000)
include/arch/i386/Makefile

index ac1f1b8e09d460abf715b6e9b941857525dd9231..dfcce35702ea2c839599ef5f3d6933b8ffe7ccbe 100644 (file)
@@ -3,6 +3,6 @@ INCSDIR= /usr/include/i386
 INCS=  archtypes.h bios.h cmos.h cpu.h diskparm.h fpu.h int86.h \
        interrupt.h mcontext.h memory.h partition.h \
        pci.h pci_amd.h pci_intel.h pci_sis.h pci_via.h \
-       ports.h stackframe.h vm.h
+       ports.h stackframe.h vm.h asm.h
 
 .include <bsd.kinc.mk>