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

16 lines
338 B
Makefile

# $NetBSD: Makefile,v 1.9 2001/03/21 11:02:24 tsutsui Exp $
SA_PROG= bootxx
SRCS= bootxx.c conf.c
# Do not strip or remove a.out header for this one.
proginstall: ${SA_PROG}
${INSTALL} ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \
${SA_PROG} ${DESTDIR}${MDEC_DIR}/${SA_PROG}
PROG= ${SA_PROG}
MKMAN= no
.include <bsd.prog.mk>