blob: 9f74095fa7ec6abb7260a01d3935ac2fa53c69e1 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $NetBSD: list,v 1.2 1995/11/14 01:40:42 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
COPY upgrade.sh upgrade
SPECIAL chmod 755 install upgrade
|