diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-03-28 18:24:42 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-03-28 18:24:42 +0000 |
commit | d202014bab99ed331ff638bd4e369b8efda94554 (patch) | |
tree | e05a25e2203d194db566407a857897e8116c20ac /etc/etc.vax | |
parent | 044f88c1a47a4c3f9b64e71d843577135b15b625 (diff) |
From NetBSD: merge of 960317
Diffstat (limited to 'etc/etc.vax')
-rw-r--r-- | etc/etc.vax/Makefile.inc | 13 | ||||
-rw-r--r-- | etc/etc.vax/disktab | 17 |
2 files changed, 29 insertions, 1 deletions
diff --git a/etc/etc.vax/Makefile.inc b/etc/etc.vax/Makefile.inc new file mode 100644 index 00000000000..86ac72ad280 --- /dev/null +++ b/etc/etc.vax/Makefile.inc @@ -0,0 +1,13 @@ +# $OpenBSD: Makefile.inc,v 1.1 1996/03/28 18:24:40 niklas Exp $ +# $NetBSD: Makefile.inc,v 1.1 1996/03/14 17:32:16 ragge Exp $ +# +# etc.vax/Makefile.inc -- vax-specific etc Makefile targets +# + +.ifdef DESTDIR +distribution: pcs750.bin + +pcs750.bin: + (cd etc.vax;uudecode pcs750.bin.uu) + +.endif diff --git a/etc/etc.vax/disktab b/etc/etc.vax/disktab index 70dbfd4670a..594b687ff15 100644 --- a/etc/etc.vax/disktab +++ b/etc/etc.vax/disktab @@ -1,4 +1,5 @@ -# $NetBSD: disktab,v 1.1 1995/08/25 21:25:11 ragge Exp $ +# $OpenBSD: disktab,v 1.2 1996/03/28 18:24:41 niklas Exp $ +# $NetBSD: disktab,v 1.2 1996/03/05 12:01:53 ragge Exp $ # # @(#)disktab 8.1 (Berkeley) 6/9/93 # @@ -488,4 +489,18 @@ ncc2|nec2363|1Gb NEC:\ :pf#1067904:of#701568:bf#8192:ff#1024:\ :pg#1392768:og#376704:bg#8192:fg#1024:\ :ph#291346:oh#84672:bh#8192:fh#1024: +# +# Special disktab entries used when creating distributions. +# +bootroot|fake-type used in install boot:\ + :ty=fake:se#512:nt#1:rm#10:ns#512:nc#1:\ + :pa#512:oa#0:ba#4096:fa#512:\ + :pb#512:ob#0:bb#4096:fb#512:\ + :pc#512:oc#0:bc#4096:fc#512: + +miniroot|fake-type used when installation:\ + :ty=fake:se#512:nt#1:rm#3600:ns#2048:nc#1:\ + :pa#4096:oa#0:ba#4096:fa#512:\ + :pb#4096:ob#0:bb#4096:fb#512:\ + :pc#4096:oc#0:bc#4096:fc#512: |