Home | History | Annotate | Line # | Download | only in boot
Makefile revision 1.1
      1  1.1  thorpej #	$NetBSD: Makefile,v 1.1 2001/11/21 19:09:07 thorpej Exp $
      2  1.1  thorpej 
      3  1.1  thorpej PROG=	boot
      4  1.1  thorpej 
      5  1.1  thorpej SRCS=	start.S boot.c
      6  1.1  thorpej SRCS+=	conf.c devopen.c putchar.c getchar.c disk.c
      7  1.1  thorpej SRCS+=	startprog.S
      8  1.1  thorpej 
      9  1.1  thorpej .include "../Makefile.booters"
     10