1 1.1 thorpej # $NetBSD: Makefile,v 1.1 2002/03/30 06:55:18 thorpej Exp $ 2 1.1 thorpej 3 1.1 thorpej .include <bsd.own.mk> # Use /etc/mk.conf. 4 1.1 thorpej 5 1.1 thorpej SUBDIR= instkernel 6 1.1 thorpej 7 1.1 thorpej ITARGET= ${RELEASEDIR}/installation 8 1.1 thorpej IINST= ${INSTALL} ${RENAME} ${PRESERVE} ${COPY} -m ${NONBINMODE} 9 1.1 thorpej 10 1.1 thorpej INSTKERNOBJ!= cd ${.CURDIR}/instkernel/instkernel && ${PRINTOBJDIR} 11 1.1 thorpej 12 1.1 thorpej release: check_RELEASEDIR 13 1.1 thorpej ${IINST} ${INSTKERNOBJ}/netbsd.gz ${ITARGET}/instkernel/. 14 1.1 thorpej 15 1.1 thorpej .include <bsd.subdir.mk> 16