Makefile revision 1.2
1#	$NetBSD: Makefile,v 1.2 2001/12/12 01:50:01 tv Exp $
2
3SA_PROG= bootxx
4SRCS=   bootxx.c conf.c
5
6# Do not strip or remove a.out header for this one.
7proginstall: ${SA_PROG}
8	${INSTALL} ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \
9	${SA_PROG} ${DESTDIR}${MDEC_DIR}/${SA_PROG}
10
11PROG=	${SA_PROG}
12NOMAN= # defined
13
14.include <bsd.prog.mk>
15
16