NetBSD/sys/arch/sandpoint/include/Makefile
matt 421dd6cc28 Reorganize the way powerpc port install machine specific headers.
Use <powerpc/oea/bat.h> exclusively and remove <machine/bat.h> and
<powerpc/bat.h>.  Remove unneeded <machine/cpufunc.h>.  To insure
1:1 correspondence of <powerpc/FOO.h> to <machine/FOO.h> include
"../../powerpc/include/Makefile" in "arch/FOO/include/Makefile".
Incororpate <byte_swap.h> into <bswap.h> and then byte_swap.h
2003-10-20 00:12:09 +00:00

11 lines
190 B
Makefile

# $NetBSD: Makefile,v 1.16 2003/10/20 00:12:10 matt Exp $
INCSDIR= /usr/include/sandpoint
INCS= bootinfo.h \
disklabel.h \
intr.h \
vmparam.h
.include "../../powerpc/include/Makefile"