diff options
Diffstat (limited to 'distrib/hp300/miniroot/inst/list')
-rw-r--r-- | distrib/hp300/miniroot/inst/list | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/distrib/hp300/miniroot/inst/list b/distrib/hp300/miniroot/inst/list new file mode 100644 index 00000000000..64c1df1c037 --- /dev/null +++ b/distrib/hp300/miniroot/inst/list @@ -0,0 +1,9 @@ +# $NetBSD: list,v 1.1 1995/10/03 22:48:01 thorpej Exp $ + +# copy the kernel +COPY ${CURDIR}/../../../../sys/arch/hp300/compile/GENERIC/netbsd netbsd + +# and the installation tools +COPY dot.profile .profile +COPY install.sh install +SPECIAL chmod 755 install |