diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-04-25 21:32:17 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-04-25 21:32:17 +0000 |
commit | ca20eee8a154b2ffc9df0940a63371bcd284aaed (patch) | |
tree | 2be4056cd94f078774d7c965c865f62e5289467a /distrib/vax/inst-common/list | |
parent | d44dfb5d692e3c38d987ca775af156909295c7b3 (diff) |
Did some s/NetBSD/OpenBSD/, s/netbsd/bsd/ and $OpenBSD$ additions.
However this stuff is largely related to NetBSD and must be completely
redone, if we will make real relases sometime
Diffstat (limited to 'distrib/vax/inst-common/list')
-rw-r--r-- | distrib/vax/inst-common/list | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/vax/inst-common/list b/distrib/vax/inst-common/list index 6f9a778ef5d..55f73a9c528 100644 --- a/distrib/vax/inst-common/list +++ b/distrib/vax/inst-common/list @@ -1,4 +1,4 @@ -# $Id: list,v 1.1 1995/10/18 08:37:54 deraadt Exp $ +# $OpenBSD: list,v 1.2 1996/04/25 21:32:16 niklas Exp $ # copy the crunched binary, link to it, and kill it COPY ${OBJDIR}/instbin instbin @@ -71,5 +71,5 @@ COPY ${DESTDIR}/etc/spwd.db etc # and the common installation tools COPY ${TOPDIR}/inst-common/termcap.vt usr/share/misc/termcap -COPY /gennetbsd . +COPY /genbsd . COPY /boot . |