1 # $NetBSD: Makefile.inc,v 1.8 2001/11/29 22:45:59 thorpej Exp $ 2 # 3 # etc.pmax/Makefile.inc -- pmax-specific etc Makefile targets 4 # 5 6 KERNEL_SETS= GENERIC 7 8 BUILD_KERNELS= INSTALL RAMDISK 9 10 # Add any extra release directories to be made 11 INSTALLATION_DIRS+=installation/diskimage installation/netboot 12 13 # location and name of the stripped down NFS install kernel 14 NFSCONF= INSTALL 15 NFSKERNNAME= nfsnetbsd 16 NFSKERNDIR= ${KERNOBJDIR}/${NFSCONF} 17 NFSKERN= ${NFSKERNDIR}/${NFSKERNNAME} 18 19 snap_md_post: ${DISKIMAGE} ${DISKIMAGE_TAR} ${INSTALLKERN} 20 ${INSTALL} ${RENAME} ${PRESERVE} ${COPY} -o root -g wheel \ 21 -m ${BINMODE} ${NFSKERN}.ecoff \ 22 ${RELEASEDIR}/binary/kernel/${NFSKERNNAME} 23 gzip -9 ${RELEASEDIR}/binary/kernel/${NFSKERNNAME} 24 cd ${.CURDIR}/../distrib/pmax && \ 25 ${MAKE} depend && ${MAKE} ${_J} && ${MAKE} install 26