Home | History | Annotate | Line # | Download | only in include
Makefile revision 1.2
      1 # 	$NetBSD: Makefile,v 1.2 2003/02/27 00:10:56 fvdl Exp $
      2 
      3 INCSDIR=/usr/include/x86
      4 
      5 INCS=	aout_machdep.h \
      6 	bootinfo.h bus.h \
      7 	float.h \
      8 	ieee.h ieeefp.h \
      9 	intr.h intrdefs.h \
     10 	lock.h \
     11 	mtrr.h \
     12 	pio.h \
     13 	psl.h \
     14 	specialreg.h \
     15 	trap.h
     16 
     17 .include <bsd.kinc.mk>
     18