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

14 lines
221 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.8 2000/07/16 21:56:13 jdolecek Exp $
.include <bsd.own.mk>
1995-02-15 01:56:36 +03:00
PROG= installboot
MKMAN= no
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-10-09 02:44:02 +03:00
1995-02-15 01:56:36 +03:00
.include <bsd.prog.mk>