summaryrefslogtreecommitdiff
path: root/distrib/sgi
diff options
context:
space:
mode:
authorVisa Hankala <visa@cvs.openbsd.org>2018-11-13 12:48:24 +0000
committerVisa Hankala <visa@cvs.openbsd.org>2018-11-13 12:48:24 +0000
commit6ca7dc34fdd09855d30f6dcca99fd6a5cfcd0015 (patch)
tree5abd720c7b99170b355edaf55a58e555160d9fb9 /distrib/sgi
parentc72957b2ab838ce2150be258f66fcb4fd904e7d1 (diff)
Fix a slip in previous. FFSSZ should reflect the "pa" disktab field,
not "pc", as is documented in the file. However, the value of FFSSZ is not used anywhere so remove the variable. Pointed out by miod@
Diffstat (limited to 'distrib/sgi')
-rw-r--r--distrib/sgi/iso/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/distrib/sgi/iso/Makefile b/distrib/sgi/iso/Makefile
index 096500d1f53..0b7c33e6ca9 100644
--- a/distrib/sgi/iso/Makefile
+++ b/distrib/sgi/iso/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.28 2018/11/13 06:24:36 visa Exp $
+# $OpenBSD: Makefile,v 1.29 2018/11/13 12:48:23 visa Exp $
TOP= ${.CURDIR}/..
@@ -30,7 +30,6 @@ all: ${CDROM}
# The following values need to be consistent with the `cdroot' layout in
# /etc/disktab
SGIVOLSZ=8320 # oa, pp (size of volume header in 2048 byte sectors)
-FFSSZ=235520 # pa (size of the ffs partition in 2048 byte sectors)
CDROMSZ=460 # nt (size of the iso image in megabytes)
# Creating an IP27 bootable CD-ROM image with a usable FFS filesystem on it