diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-04-30 07:59:16 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-04-30 07:59:16 +0000 |
commit | 862bf5909798882d90b353fd1ae7846a3d040aee (patch) | |
tree | 749e865a319ac7352fd87d6f53049513796f62c1 /distrib/hp300 | |
parent | f23532235637eaca6f9cb7b1d04e5eab74153658 (diff) |
Add /etc/virc.
Diffstat (limited to 'distrib/hp300')
-rw-r--r-- | distrib/hp300/ramdisk/list | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/distrib/hp300/ramdisk/list b/distrib/hp300/ramdisk/list index 1dbfb484e1c..e1e04b8d8e1 100644 --- a/distrib/hp300/ramdisk/list +++ b/distrib/hp300/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.4 1997/04/21 08:15:53 downsj Exp $ +# $OpenBSD: list,v 1.5 1997/04/30 07:59:15 downsj Exp $ COPY ${OBJDIR}/raminst raminst LINK raminst bin/cat @@ -81,6 +81,8 @@ COPY rd.master.passwd etc/master.passwd COPY rd.disktab etc/disktab SPECIAL cd etc; pwd_mkdb -p -d . ./master.passwd +COPY ${DESTDIR}/etc/virc etc/virc + # and the common installation tools COPY ${TOPDIR}/common/dot.commonutils .commonutils COPY ${TOPDIR}/common/termcap.hp-vt usr/share/misc/termcap |