Makefile revision 1.1
1#	$NetBSD: Makefile,v 1.1 2001/06/14 12:57:12 fredette 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}
12MKMAN= no
13
14.include <bsd.prog.mk>
15
16