NetBSD/etc/etc.macppc/Makefile.inc
lukem 2d1f93d643 - consistency cleanup
- ensure INSTALLATION_DIRS contains the appropriate extra directories
  for a given platform
2002-05-02 15:09:40 +00:00

16 lines
404 B
Makefile

# $NetBSD: Makefile.inc,v 1.4 2002/05/02 15:09:44 lukem Exp $
KERNEL_SETS= GENERIC
BUILD_KERNELS+= INSTALL GENERIC_MD
INSTALLATION_DIRS+= installation/floppy
snap_md_post:
.ifndef UPDATE
cd ${.CURDIR}/../distrib && ${MAKE} cleandir
.endif
cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
cd ${.CURDIR}/../distrib/macppc && ${MAKE} release
cd ${.CURDIR}/../distrib/notes && ${MAKE} release