Home | History | Annotate | Line # | Download | only in bootxx
Makefile revision 1.4
      1 #	$NetBSD: Makefile,v 1.4 2002/04/22 21:15:41 fredette Exp $
      2 
      3 SA_PROG= bootxx
      4 SRCS=   bootxx.c conf.c
      5 
      6 PROG=	${SA_PROG}
      7 NOMAN= # defined
      8 
      9 .include <bsd.prog.mk>
     10 
     11