NetBSD/sys/arch/sun3/stand/ufsboot/Makefile

10 lines
152 B
Makefile
Raw Normal View History

1995-11-18 02:23:44 +03:00
# $NetBSD: Makefile,v 1.3 1995/11/17 23:23:58 gwr Exp $
1995-06-02 00:37:44 +04:00
SA_PROG= ufsboot
SRCS= boot.c conf.c version.c
1995-06-10 02:24:06 +04:00
all: ${SA_PROG}.bin
1995-06-02 00:37:44 +04:00
.include <bsd.prog.mk>
1995-06-10 02:24:06 +04:00