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

16 lines
341 B
Makefile

# $NetBSD: Makefile,v 1.10 2001/12/12 01:49:52 tv 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}
NOMAN= # defined
.include <bsd.prog.mk>