Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/arch/hp300/conf/Makefile.hp300,v rcsdiff: /ftp/cvs/cvsroot/src/sys/arch/hp300/conf/Makefile.hp300,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.75 retrieving revision 1.76 diff -u -p -r1.75 -r1.76 --- src/sys/arch/hp300/conf/Makefile.hp300 2000/05/09 00:32:22 1.75 +++ src/sys/arch/hp300/conf/Makefile.hp300 2000/05/09 00:56:24 1.76 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.hp300,v 1.75 2000/05/09 00:32:22 thorpej Exp $ +# $NetBSD: Makefile.hp300,v 1.76 2000/05/09 00:56:24 hubertf Exp $ # Makefile for NetBSD # @@ -205,4 +205,16 @@ dma.o hpux_machdep.o locore.o machdep.o locore.o: ${HP300}/hp300/locore.s assym.h ${NORMAL_S} +# The install target can be redefined by putting a +# install-kernel-${MACHINE_NAME} target into /etc/mk.conf +MACHINE_NAME!= uname -n +install: install-kernel-${MACHINE_NAME} +.if !target(install-kernel-${MACHINE_NAME}}) +install-kernel-${MACHINE_NAME}: + rm -f /onetbsd + ln /netbsd /onetbsd + cp netbsd /nnetbsd + mv /nnetbsd /netbsd +.endif + %RULES