NetBSD/sys/arch/sun3/stand/tapeboot/Makefile

10 lines
162 B
Makefile

# $NetBSD: Makefile,v 1.4 1998/02/05 04:57:20 gwr Exp $
SA_PROG= tapeboot
SRCS= boot.c conf.c rawfs.c dev_tape.c
all: ${SA_PROG}.bin
.include <bsd.prog.mk>