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