Home | History | Annotate | Line # | Download | only in etc.pmax
Makefile.inc revision 1.11
      1  1.11   thorpej #	$NetBSD: Makefile.inc,v 1.11 2002/07/12 02:24:23 thorpej Exp $
      2   1.1  jonathan #
      3   1.1  jonathan #	etc.pmax/Makefile.inc -- pmax-specific etc Makefile targets
      4   1.1  jonathan #
      5   1.3       cjs 
      6   1.8   thorpej KERNEL_SETS=		GENERIC
      7   1.4    simonb 
      8   1.8   thorpej BUILD_KERNELS=		INSTALL RAMDISK
      9   1.4    simonb 
     10  1.10     lukem INSTALLATION_DIRS+=	installation/diskimage	\
     11  1.10     lukem 			installation/netboot
     12   1.4    simonb 
     13  1.11   thorpej snap_md_post:
     14  1.11   thorpej .ifndef UPDATE
     15  1.11   thorpej 	cd ${.CURDIR}/../distrib && ${MAKE} cleandir
     16  1.11   thorpej .endif
     17  1.11   thorpej 	cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
     18  1.11   thorpej 	cd ${.CURDIR}/../distrib/pmax && ${MAKE} release
     19  1.11   thorpej 	cd ${.CURDIR}/../distrib/notes && ${MAKE} release
     20