Add install target, etc.
This commit is contained in:
parent
f950c931e0
commit
7fb30c51c8
@ -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}
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
dd ibs=32 skip=1 | dd conv=sync
|
Loading…
Reference in New Issue
Block a user