summaryrefslogtreecommitdiff
path: root/sys/arch/sun3/stand/bootxx/Makefile
blob: c8e56066b72201a2eeb3a0cd04441c4e30e41e32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	$NetBSD: Makefile,v 1.3 1995/11/17 23:23:48 gwr Exp $

SA_PROG= bootxx
SRCS=   bootxx.c conf.c

all:	${SA_PROG}

# Do not strip or remove a.out header for this one.
install: ${SA_PROG}
	install ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \
	  ${SA_PROG} ${DESTDIR}${MDEC_DIR}/${SA_PROG}

.include <bsd.prog.mk>