15 lines
332 B
Makefile
15 lines
332 B
Makefile
# $NetBSD: Makefile.inc,v 1.7 2003/01/03 15:34:39 lukem Exp $
|
|
#
|
|
# etc.shark/Makefile.inc -- shark-specific etc Makefile targets
|
|
#
|
|
|
|
KERNEL_SETS= GENERIC
|
|
KERNEL_SUFFIXES= aout
|
|
|
|
BUILD_KERNELS= INSTALL
|
|
|
|
INSTALLATION_DIRS+= installation/instkernel
|
|
|
|
snap_md_post:
|
|
${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/instkernel '*.gz'
|