11 lines
175 B
Makefile
11 lines
175 B
Makefile
# $NetBSD: Makefile,v 1.2 2001/12/12 01:50:03 tv Exp $
|
|
|
|
SA_PROG= tapeboot
|
|
SRCS= boot.c conf.c rawfs.c dev_tape.c
|
|
|
|
PROG= ${SA_PROG}
|
|
NOMAN= # defined
|
|
|
|
.include <bsd.prog.mk>
|
|
|