xref: /netbsd/etc/etc.algor/Makefile.inc (revision bf9ec67e)
1#	$NetBSD: Makefile.inc,v 1.1 2002/04/01 23:32:17 thorpej Exp $
2#
3#	etc.algor/Makefile.inc -- algor-specific etc Makefile targets
4#
5
6KERNEL_SETS=		P4032 P5064
7
8snap_md_post:
9.ifndef UPDATE
10	cd ${.CURDIR}/../distrib && ${MAKE} cleandir
11.endif
12	cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
13#	cd ${.CURDIR}/../distrib/algor && ${MAKE} release
14	cd ${.CURDIR}/../distrib/notes && ${MAKE} release
15