17 lines
445 B
Makefile
17 lines
445 B
Makefile
# $NetBSD: Makefile.inc,v 1.2 2002/05/10 21:19:05 jdolecek Exp $
|
|
#
|
|
# etc.luna68k/Makefile.inc -- luna68k-specific etc Makefile targets
|
|
#
|
|
|
|
KERNEL_SETS= GENERIC
|
|
|
|
INSTALLATION_DIRS+= installation/netboot
|
|
|
|
snap_md_post:
|
|
.ifndef UPDATE
|
|
cd ${.CURDIR}/../distrib && ${MAKE} cleandir
|
|
.endif
|
|
cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
|
|
#cd ${.CURDIR}/../distrib/luna68k && ${MAKE} release
|
|
cd ${.CURDIR}/../distrib/notes && ${MAKE} release
|