Home | History | Annotate | Line # | Download | only in include
Makefile revision 1.1
      1 #	$NetBSD: Makefile,v 1.1 2001/06/27 02:53:39 fredette Exp $
      2 
      3 KDIR=	/sys/arch/sun68k/include
      4 INCSDIR= /usr/include/sun68k
      5 
      6 INCS=	\
      7 	bus.h \
      8 	cpu.h \
      9 	disklabel.h \
     10 	idprom.h \
     11 	intr.h \
     12 	mon.h \
     13 	psl.h
     14 
     15 .include <bsd.kinc.mk>
     16