From 9785a79f0958feb392ce2afc88888dc0d4325eae Mon Sep 17 00:00:00 2001 From: matt Date: Fri, 29 Mar 2002 01:04:25 +0000 Subject: [PATCH] Add a nbvax-installboot for now. --- tools/vax-installboot/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tools/vax-installboot/Makefile diff --git a/tools/vax-installboot/Makefile b/tools/vax-installboot/Makefile new file mode 100644 index 000000000000..da326825c232 --- /dev/null +++ b/tools/vax-installboot/Makefile @@ -0,0 +1,8 @@ +# $NetBSD: Makefile,v 1.1 2002/03/29 01:04:25 matt Exp $ + +HOSTPROGNAME= nbvax-installboot +HOST_SRCDIR= sys/arch/vax/stand/installboot + +#HOST_CPPFLAGS+= -I${.CURDIR} + +.include "${.CURDIR}/../Makefile.host"