Add install target, etc.

This commit is contained in:
gwr 1995-06-09 22:17:19 +00:00
parent dbef525da2
commit 2f9ec64621
1 changed files with 9 additions and 1 deletions

View File

@ -1,6 +1,14 @@
# $NetBSD: Makefile,v 1.1.1.2 1995/06/01 20:37:49 gwr Exp $ # $NetBSD: Makefile,v 1.2 1995/06/09 22:17:19 gwr Exp $
SA_PROG= bootxx SA_PROG= bootxx
SRCS= bootxx.c conf.c SRCS= bootxx.c conf.c
all: ${SA_PROG}
.include <bsd.prog.mk> .include <bsd.prog.mk>
# Do not strip or remove a.out header for this one.
install: ${SA_PROG}
install ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \
${SA_PROG} ${DESTDIR}${MDEC_DIR}/${SA_PROG}