Module Name: src
Committed By: matt
Date: Mon Aug 17 18:55:11 UTC 2009
Modified Files:
src/sys/arch/mips/include: Makefile
Log Message:
Don't install aout_machpep.h and bsd-aout.h
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/mips/include/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/mips/include/Makefile
diff -u src/sys/arch/mips/include/Makefile:1.28 src/sys/arch/mips/include/Makefile:1.29
--- src/sys/arch/mips/include/Makefile:1.28 Fri Feb 9 21:55:06 2007
+++ src/sys/arch/mips/include/Makefile Mon Aug 17 18:55:11 2009
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.28 2007/02/09 21:55:06 ad Exp $
+# $NetBSD: Makefile,v 1.29 2009/08/17 18:55:11 matt Exp $
INCSDIR= /usr/include/mips
-INCS= ansi.h aout_machdep.h asm.h \
- bswap.h bsd-aout.h \
+INCS= ansi.h asm.h \
+ bswap.h \
cachectl.h cdefs.h cpu.h cpuregs.h \
ecoff_machdep.h elf_machdep.h endian.h endian_machdep.h \
float.h \