Add install target, etc.

This commit is contained in:
gwr 1995-06-09 22:24:06 +00:00
parent f950c931e0
commit 7fb30c51c8
2 changed files with 8 additions and 4 deletions

View File

@ -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 <bsd.prog.mk>
install: ${SA_PROG}.bin
install ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \
${SA_PROG}.bin ${DESTDIR}${MDEC_DIR}/${SA_PROG}

View File

@ -1,3 +0,0 @@
#!/bin/sh
dd ibs=32 skip=1 | dd conv=sync