NetBSD/sys/arch/sun3/stand/installboot/Makefile

11 lines
190 B
Makefile
Raw Normal View History

1995-10-09 02:44:02 +03:00
# $NetBSD: Makefile,v 1.4 1995/10/08 23:44:02 gwr Exp $
1995-02-15 01:56:36 +03:00
PROG= installboot
1995-06-02 04:22:47 +04:00
MAN= installboot.8
1995-06-10 02:18:04 +04:00
BINDIR=/usr/mdec
1995-06-02 00:37:44 +04:00
1995-10-09 02:44:02 +03:00
# Need this to work in the miniroot
LDSTATIC= -static
1995-02-15 01:56:36 +03:00
.include <bsd.prog.mk>