diff options
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/alpha/Makefile.inc | 4 | ||||
-rw-r--r-- | distrib/arc/Makefile.inc | 5 | ||||
-rw-r--r-- | distrib/miniroot/Makefile | 5 | ||||
-rw-r--r-- | distrib/powerpc/Makefile.inc | 5 | ||||
-rw-r--r-- | distrib/ramdisk/Makefile | 5 | ||||
-rw-r--r-- | distrib/sets/makesrctars | 2 | ||||
-rw-r--r-- | distrib/sets/maketars | 2 | ||||
-rw-r--r-- | distrib/simpleroot/Makefile | 5 | ||||
-rw-r--r-- | distrib/sparc/floppies/Makefile.inc | 4 |
9 files changed, 16 insertions, 21 deletions
diff --git a/distrib/alpha/Makefile.inc b/distrib/alpha/Makefile.inc index bd889a0c9b1..68985a922e8 100644 --- a/distrib/alpha/Makefile.inc +++ b/distrib/alpha/Makefile.inc @@ -1,3 +1,3 @@ -# $OpenBSD: Makefile.inc,v 1.1 1997/05/07 12:46:49 niklas Exp $ +# $OpenBSD: Makefile.inc,v 1.2 1997/10/01 22:12:52 deraadt Exp $ -REV=21 +REV=22 diff --git a/distrib/arc/Makefile.inc b/distrib/arc/Makefile.inc index 521040b2cc3..683192be6e6 100644 --- a/distrib/arc/Makefile.inc +++ b/distrib/arc/Makefile.inc @@ -1,7 +1,6 @@ -# $OpenBSD: Makefile.inc,v 1.2 1997/09/21 11:45:48 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.3 1997/10/01 22:12:53 deraadt Exp $ -# Revision is 2.1 -REV= 21 +REV= 22 LDSTATIC= -static diff --git a/distrib/miniroot/Makefile b/distrib/miniroot/Makefile index 4ce687c4e1e..e0d140a9a26 100644 --- a/distrib/miniroot/Makefile +++ b/distrib/miniroot/Makefile @@ -1,7 +1,6 @@ -# $OpenBSD: Makefile,v 1.19 1997/09/26 02:09:59 millert Exp $ +# $OpenBSD: Makefile,v 1.20 1997/10/01 22:12:57 deraadt Exp $ -# Revision is 2.1 -REV= 21 +REV= 22 CBIN= instbin ARCHDIR= ${.CURDIR}/../${MACHINE}/miniroot diff --git a/distrib/powerpc/Makefile.inc b/distrib/powerpc/Makefile.inc index 5831f7322f6..3350fae35a5 100644 --- a/distrib/powerpc/Makefile.inc +++ b/distrib/powerpc/Makefile.inc @@ -1,7 +1,6 @@ -# $OpenBSD: Makefile.inc,v 1.4 1997/09/21 11:46:00 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.5 1997/10/01 22:12:58 deraadt Exp $ -# Revision is 2.1 -REV= 21 +REV= 22 BSDSRCDIR?= /usr/src SRCSYSDIR?= ${BSDSRCDIR}/sys diff --git a/distrib/ramdisk/Makefile b/distrib/ramdisk/Makefile index eb590a066e0..a6762cb78c1 100644 --- a/distrib/ramdisk/Makefile +++ b/distrib/ramdisk/Makefile @@ -1,7 +1,6 @@ -# $OpenBSD: Makefile,v 1.9 1997/09/26 02:20:45 millert Exp $ +# $OpenBSD: Makefile,v 1.10 1997/10/01 22:12:59 deraadt Exp $ -# Revision is 2.1 -REV= 21 +REV= 22 CBIN= instbin ARCHDIR= ${.CURDIR}/../${MACHINE}/ramdisk diff --git a/distrib/sets/makesrctars b/distrib/sets/makesrctars index 76058e6950e..1409aa36b1b 100644 --- a/distrib/sets/makesrctars +++ b/distrib/sets/makesrctars @@ -1,6 +1,6 @@ #!/bin/sh -RELEASE=21 +RELEASE=22 SPLITSIZE=240640 GZIP=--best diff --git a/distrib/sets/maketars b/distrib/sets/maketars index c774d19ed04..fe7cfb36568 100644 --- a/distrib/sets/maketars +++ b/distrib/sets/maketars @@ -1,6 +1,6 @@ #!/bin/csh -f -set RELEASE=21 +set RELEASE=22 if (! $?RELEASEDIR) then echo RELEASEDIR must be set diff --git a/distrib/simpleroot/Makefile b/distrib/simpleroot/Makefile index 0c44dcb4690..02b58dd0f95 100644 --- a/distrib/simpleroot/Makefile +++ b/distrib/simpleroot/Makefile @@ -1,7 +1,6 @@ -# $OpenBSD: Makefile,v 1.9 1997/09/26 02:20:44 millert Exp $ +# $OpenBSD: Makefile,v 1.10 1997/10/01 22:13:01 deraadt Exp $ -# Revision is 2.1 -REV= 21 +REV= 22 ARCHDIR= ${.CURDIR}/../${MACHINE}/simpleroot diff --git a/distrib/sparc/floppies/Makefile.inc b/distrib/sparc/floppies/Makefile.inc index 864762ce176..0abbfd67413 100644 --- a/distrib/sparc/floppies/Makefile.inc +++ b/distrib/sparc/floppies/Makefile.inc @@ -1,5 +1,5 @@ -# $OpenBSD: Makefile.inc,v 1.5 1997/05/01 11:30:45 niklas Exp $ +# $OpenBSD: Makefile.inc,v 1.6 1997/10/01 22:13:02 deraadt Exp $ -REV= 21 +REV= 22 .include <bsd.own.mk> |