mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-08 23:00:18 -04:00
11 lines
174 B
Makefile
11 lines
174 B
Makefile
# $NetBSD: Makefile,v 1.5 2002/05/15 04:07:42 lukem Exp $
|
|
|
|
SA_PROG= bootxx
|
|
SRCS= bootxx.c conf.c panic_putstr.c
|
|
|
|
PROG= ${SA_PROG}
|
|
NOMAN= # defined
|
|
|
|
.include <bsd.prog.mk>
|
|
|