Cross Reference: Makefile.inc
xref: /src/etc/etc.atari/Makefile.inc
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/etc/etc.atari/
Makefile.inc revision 1.1
11.1Sleo#
21.1Sleo#	$NetBSD: Makefile.inc,v 1.1 1995/03/30 05:44:08 leo Exp $
31.1Sleo#
41.1Sleo#	etc.atari/Makefile.inc -- atari-specific etc Makefile targets
51.1Sleo#
61.1Sleo
71.1Sleo.ifdef DESTDIR
81.1Sleosnap_md: netbsd-generic netbsd-ataritt
91.1Sleo	cp ${.CURDIR}/../sys/arch/atari/compile/GENERIC/netbsd.gz \
101.1Sleo	    ${DESTDIR}/snapshot/netbsd-generic.gz
111.1Sleo	cp ${.CURDIR}/../sys/arch/atari/compile/ATARITT/netbsd.gz \
121.1Sleo	    ${DESTDIR}/snapshot/netbsd-ataritt.gz
131.1Sleonetbsd-generic:
141.1Sleo	cd ${.CURDIR}/../sys/arch/atari/conf && config.new GENERIC
151.1Sleo	cd ${.CURDIR}/../sys/arch/atari/compile/GENERIC && \
161.1Sleo	    make clean && make depend && make && gzip -9 netbsd
171.1Sleo
181.1Sleonetbsd-ataritt:
191.1Sleo	cd ${.CURDIR}/../sys/arch/atari/conf && config.new ATARITT
201.1Sleo	cd ${.CURDIR}/../sys/arch/atari/compile/ATARITT && \
211.1Sleo	    make clean && make depend && make && gzip -9 netbsd
221.1Sleo.endif	# DESTDIR check
23

Indexes created Thu Nov 27 23:09:41 GMT 2025