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

11 lines
182 B
Makefile
Raw Normal View History

1997-06-22 10:25:58 +04:00
# $NetBSD: Makefile,v 1.5 1997/06/22 06:25:58 mrg Exp $
1995-02-15 01:56:36 +03:00
PROG= installboot
1997-06-22 10:25:58 +04:00
NOMAN= yes
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>