26 lines
377 B
Makefile
26 lines
377 B
Makefile
# $NetBSD: Makefile,v 1.13 2008/05/11 15:32:20 ad Exp $
|
|
|
|
INCSDIR=/usr/include/x86
|
|
|
|
INCS= aout_machdep.h \
|
|
bootinfo.h bus.h \
|
|
cacheinfo.h \
|
|
cpu.h \
|
|
cputypes.h \
|
|
cpuvar.h \
|
|
float.h \
|
|
ieee.h ieeefp.h \
|
|
intr.h intrdefs.h \
|
|
lock.h \
|
|
math.h mutex.h mtrr.h \
|
|
pio.h \
|
|
pmap.h \
|
|
pmap_pv.h \
|
|
psl.h \
|
|
rwlock.h \
|
|
specialreg.h \
|
|
sysarch.h \
|
|
trap.h
|
|
|
|
.include <bsd.kinc.mk>
|