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