Home | History | Annotate | Line # | Download | only in boot
Makefile revision 1.2
      1  1.2  thorpej #	$NetBSD: Makefile,v 1.2 2001/11/21 23:33:17 thorpej Exp $
      2  1.1  thorpej 
      3  1.1  thorpej PROG=	boot
      4  1.1  thorpej 
      5  1.2  thorpej SRCS=	start.S boot.c bootinfo.c conf.c devopen.c putchar.c getchar.c disk.c
      6  1.1  thorpej 
      7  1.1  thorpej .include "../Makefile.booters"
      8