blob: 64c1df1c037984526ce0e35edef1b59d1e43f408 (
plain)
1
2
3
4
5
6
7
8
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
|