Home | History | Annotate | Line # | Download | only in include
Makefile revision 1.21
      1 #	$NetBSD: Makefile,v 1.21 2003/10/24 18:21:52 matt Exp $
      2 
      3 INCSDIR= /usr/include/bebox
      4 
      5 INCS=   bootinfo.h \
      6 	disklabel.h \
      7 	intr.h \
      8 	mouse.h \
      9 	pccons.h \
     10 	spkr.h \
     11 	vmparam.h
     12 
     13 .include "../../powerpc/include/Makefile"
     14