1995-06-10 02:17:19 +04:00
|
|
|
# $NetBSD: Makefile,v 1.2 1995/06/09 22:17:19 gwr Exp $
|
1995-02-15 01:56:36 +03:00
|
|
|
|
|
|
|
SA_PROG= bootxx
|
1995-06-02 00:37:44 +04:00
|
|
|
SRCS= bootxx.c conf.c
|
1995-02-15 01:56:36 +03:00
|
|
|
|
1995-06-10 02:17:19 +04:00
|
|
|
all: ${SA_PROG}
|
|
|
|
|
1995-02-15 01:56:36 +03:00
|
|
|
.include <bsd.prog.mk>
|
1995-06-10 02:17:19 +04:00
|
|
|
|
|
|
|
# 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}
|
|
|
|
|