summaryrefslogtreecommitdiff
path: root/etc/etc.mac68k/Makefile.inc
blob: c5cd11dc0bdd117fd2384e6d89a79c55707b7e2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#
#	$OpenBSD: Makefile.inc,v 1.2 1997/05/11 02:37:43 gene Exp $
#	etc.mac68k/Makefile.inc -- mac68k-specific etc Makefile targets

.ifdef DESTDIR
snap_md: bsd-generic bsd-genericsbc
	cp ${.CURDIR}/../sys/arch/mac68k/compile/GENERIC/bsd \
	    ${DESTDIR}/snapshot/bsd-generic
	cp ${.CURDIR}/../sys/arch/mac68k/compile/GENERICSBC/bsd \
	    ${DESTDIR}/snapshot/bsd-genericsbc
bsd-generic:
	cd ${.CURDIR}/../sys/arch/mac68k/conf && config GENERIC
	cd ${.CURDIR}/../sys/arch/mac68k/compile/GENERIC && \
	    make clean && make depend && make
bsd-genericsbc:
	cd ${.CURDIR}/../sys/arch/mac68k/conf && config GENERICSBC
	cd ${.CURDIR}/../sys/arch/mac68k/compile/GENERICSBC && \
	    make clean && make depend && make

.endif	# DESTDIR check