10 lines
172 B
Makefile
10 lines
172 B
Makefile
# $NetBSD: Makefile,v 1.3 1995/11/17 23:23:56 gwr Exp $
|
|
|
|
SA_PROG= tapeboot
|
|
SRCS= boot.c conf.c rawfs.c dev_tape.c version.c
|
|
|
|
all: ${SA_PROG}.bin
|
|
|
|
.include <bsd.prog.mk>
|
|
|