From c030fa6ef28e4ae84f03c141515c881ae5d13043 Mon Sep 17 00:00:00 2001 From: pk Date: Mon, 18 Sep 1995 23:33:42 +0000 Subject: [PATCH] Install in /usr/mdec --- sys/arch/sparc/stand/installboot/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/arch/sparc/stand/installboot/Makefile b/sys/arch/sparc/stand/installboot/Makefile index 101f17c99238..68388d56023d 100644 --- a/sys/arch/sparc/stand/installboot/Makefile +++ b/sys/arch/sparc/stand/installboot/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1 1995/09/16 23:21:59 pk Exp $ +# $NetBSD: Makefile,v 1.2 1995/09/18 23:33:42 pk Exp $ .PATH: .. PROG= installboot NOMAN=1 +BINDIR=/usr/mdec .include