Cross Reference: Makefile.inc
xref: /src/etc/etc.vax/Makefile.inc
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/etc/etc.vax/
Makefile.inc revision 1.9
11.9Smatt#	$NetBSD: Makefile.inc,v 1.9 2000/09/12 05:11:10 matt Exp $
21.1Sragge#
31.1Sragge#	etc.vax/Makefile.inc -- vax-specific etc Makefile targets
41.1Sragge#
51.1Sragge
61.7Smatt# 
71.7Smatt# We need this to build the sysinst kernel.
81.7SmattBUILD_KERNELS+=INSTALL
91.6Sabs
101.6Sabsdistribution: pcs750.bin
111.6Sabs
121.7Smattpcs750.bin: etc.vax/pcs750.bin.uu
131.9Smatt	rm -f ${DESTDIR}/pcs750.bin
141.9Smatt	uudecode -p etc.vax/pcs750.bin.uu > ${DESTDIR}/pcs750.bin
151.9Smatt	chown ${BINOWN}.${BINGRP} ${DESTDIR}/pcs750.bin
161.9Smatt	chmod 444 ${DESTDIR}/pcs750.bin
171.6Sabs
181.8SmattINSTALLATION_DIRS+=	installation \
191.8Smatt			installation/bootfs \
201.8Smatt			installation/netboot
211.8Smatt
221.8Smattsnap_md_post:
231.8Smatt.ifndef UPDATE
241.8Smatt	cd ${.CURDIR}/../distrib && ${MAKE} cleandir
251.8Smatt.endif
261.8Smatt	cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
271.8Smatt	cd ${.CURDIR}/../distrib/vax && ${MAKE} release
281.8Smatt	cd ${.CURDIR}/../distrib/notes && ${MAKE} release
29

Indexes created Mon Nov 10 17:20:41 GMT 2025