2000-09-12 09:11:10 +04:00
|
|
|
# $NetBSD: Makefile.inc,v 1.9 2000/09/12 05:11:10 matt Exp $
|
1996-03-14 20:32:16 +03:00
|
|
|
#
|
|
|
|
# etc.vax/Makefile.inc -- vax-specific etc Makefile targets
|
|
|
|
#
|
|
|
|
|
2000-05-18 01:40:45 +04:00
|
|
|
#
|
|
|
|
# We need this to build the sysinst kernel.
|
|
|
|
BUILD_KERNELS+=INSTALL
|
1999-07-25 08:23:49 +04:00
|
|
|
|
|
|
|
distribution: pcs750.bin
|
|
|
|
|
2000-05-18 01:40:45 +04:00
|
|
|
pcs750.bin: etc.vax/pcs750.bin.uu
|
2000-09-12 09:11:10 +04:00
|
|
|
rm -f ${DESTDIR}/pcs750.bin
|
|
|
|
uudecode -p etc.vax/pcs750.bin.uu > ${DESTDIR}/pcs750.bin
|
|
|
|
chown ${BINOWN}.${BINGRP} ${DESTDIR}/pcs750.bin
|
|
|
|
chmod 444 ${DESTDIR}/pcs750.bin
|
1999-07-25 08:23:49 +04:00
|
|
|
|
2000-06-01 01:09:48 +04:00
|
|
|
INSTALLATION_DIRS+= installation \
|
|
|
|
installation/bootfs \
|
|
|
|
installation/netboot
|
|
|
|
|
|
|
|
snap_md_post:
|
|
|
|
.ifndef UPDATE
|
|
|
|
cd ${.CURDIR}/../distrib && ${MAKE} cleandir
|
|
|
|
.endif
|
|
|
|
cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
|
|
|
|
cd ${.CURDIR}/../distrib/vax && ${MAKE} release
|
|
|
|
cd ${.CURDIR}/../distrib/notes && ${MAKE} release
|