[BACK]Return to Makefile.inc CVS log [TXT][DIR] Up to [local] / src / etc / etc.atari

File: [local] / src / etc / etc.atari / Attic / Makefile.inc (download)

Revision 1.2, Sun Sep 21 11:50:21 1997 UTC (26 years, 8 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9, OPENBSD_2_8_BASE, OPENBSD_2_8, OPENBSD_2_7_BASE, OPENBSD_2_7, OPENBSD_2_6_BASE, OPENBSD_2_6, OPENBSD_2_5_BASE, OPENBSD_2_5, OPENBSD_2_4_BASE, OPENBSD_2_4, OPENBSD_2_3_BASE, OPENBSD_2_3, OPENBSD_2_2_BASE, OPENBSD_2_2
Changes since 1.1: +1 -4 lines

$OpenBSD

#	$OpenBSD: Makefile.inc,v 1.2 1997/09/21 11:50:21 deraadt Exp $
#	etc.atari/Makefile.inc -- atari-specific etc Makefile targets

.ifdef DESTDIR
snap_md: netbsd-generic netbsd-ataritt
	cp ${.CURDIR}/../sys/arch/atari/compile/GENERIC/netbsd.gz \
	    ${DESTDIR}/snapshot/netbsd-generic.gz
	cp ${.CURDIR}/../sys/arch/atari/compile/ATARITT/netbsd.gz \
	    ${DESTDIR}/snapshot/netbsd-ataritt.gz
netbsd-generic:
	cd ${.CURDIR}/../sys/arch/atari/conf && config.new GENERIC
	cd ${.CURDIR}/../sys/arch/atari/compile/GENERIC && \
	    make clean && make depend && make && gzip -9 netbsd

netbsd-ataritt:
	cd ${.CURDIR}/../sys/arch/atari/conf && config.new ATARITT
	cd ${.CURDIR}/../sys/arch/atari/compile/ATARITT && \
	    make clean && make depend && make && gzip -9 netbsd
.endif	# DESTDIR check