20 lines
301 B
Makefile
20 lines
301 B
Makefile
# $NetBSD: Makefile,v 1.5 2003/10/22 11:54:23 kleink Exp $
|
|
|
|
INCSDIR=/usr/include/x86
|
|
|
|
INCS= aout_machdep.h \
|
|
bootinfo.h bus.h \
|
|
cacheinfo.h \
|
|
cpuvar.h \
|
|
float.h \
|
|
ieee.h ieeefp.h \
|
|
intr.h intrdefs.h \
|
|
lock.h \
|
|
math.h mtrr.h \
|
|
pio.h \
|
|
psl.h \
|
|
specialreg.h \
|
|
trap.h
|
|
|
|
.include <bsd.kinc.mk>
|