summaryrefslogtreecommitdiff
path: root/etc/etc.luna88k/Makefile.inc
blob: 2a35f45385f47e98a6ec9cb426dcbad6f553960b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#	$OpenBSD: Makefile.inc,v 1.1 2004/04/21 18:23:44 miod Exp $
#	etc.luna88k/Makefile.inc -- luna88k-specific etc Makefile targets

.ifdef DESTDIR
snap_md: bsd-generic distrib
	cp ${.CURDIR}/../sys/arch/luna88k/compile/GENERIC/bsd \
	    ${DESTDIR}/snapshot/bsd

bsd-generic:
	cd ${.CURDIR}/../sys/arch/luna88k/conf && config GENERIC
	cd ${.CURDIR}/../sys/arch/luna88k/compile/GENERIC && \
	    ${MAKE} clean && ${MAKE} depend && ${MAKE}

.PHONY: bsd-generic

.endif	# DESTDIR check