NetBSD/sys/arch/sun3/stand/bootxx/Makefile

15 lines
325 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.5 1997/09/05 04:31:52 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}
# Do not strip or remove a.out header for this one.
proginstall: ${SA_PROG}
1996-10-18 09:55:26 +04:00
${INSTALL} ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \
1995-06-10 02:17:19 +04:00
${SA_PROG} ${DESTDIR}${MDEC_DIR}/${SA_PROG}
1995-11-18 02:23:44 +03:00
.include <bsd.prog.mk>