NetBSD/etc/etc.vax/Makefile.inc

29 lines
729 B
Makefile

# $NetBSD: Makefile.inc,v 1.10 2001/11/29 22:46:02 thorpej Exp $
#
# etc.vax/Makefile.inc -- vax-specific etc Makefile targets
#
KERNEL_SETS= GENERIC
BUILD_KERNELS= INSTALL
distribution: pcs750.bin
pcs750.bin: etc.vax/pcs750.bin.uu
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
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