From 7fb30c51c8c77085429f1f23f20950da370b0649 Mon Sep 17 00:00:00 2001 From: gwr Date: Fri, 9 Jun 1995 22:24:06 +0000 Subject: [PATCH] Add install target, etc. --- sys/arch/sun3/stand/ufsboot/Makefile | 9 ++++++++- sys/arch/sun3/stand/ufsboot/nohdr.sh | 3 --- 2 files changed, 8 insertions(+), 4 deletions(-) delete mode 100644 sys/arch/sun3/stand/ufsboot/nohdr.sh diff --git a/sys/arch/sun3/stand/ufsboot/Makefile b/sys/arch/sun3/stand/ufsboot/Makefile index dd356de4ab07..c4e192128cd3 100644 --- a/sys/arch/sun3/stand/ufsboot/Makefile +++ b/sys/arch/sun3/stand/ufsboot/Makefile @@ -1,6 +1,13 @@ -# $NetBSD: Makefile,v 1.1.1.1 1995/06/01 20:38:08 gwr Exp $ +# $NetBSD: Makefile,v 1.2 1995/06/09 22:24:06 gwr Exp $ SA_PROG= ufsboot SRCS= boot.c conf.c version.c +all: ${SA_PROG}.bin + .include + +install: ${SA_PROG}.bin + install ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \ + ${SA_PROG}.bin ${DESTDIR}${MDEC_DIR}/${SA_PROG} + diff --git a/sys/arch/sun3/stand/ufsboot/nohdr.sh b/sys/arch/sun3/stand/ufsboot/nohdr.sh deleted file mode 100644 index f54e8938d19b..000000000000 --- a/sys/arch/sun3/stand/ufsboot/nohdr.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -dd ibs=32 skip=1 | dd conv=sync