diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-07-29 23:03:08 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-07-29 23:03:08 +0000 |
commit | a44b5fcb800906231bc17bdb31d6eeea483a10ec (patch) | |
tree | cd4546460f2d8700cd0a88f75124519574cb5cde /sys/arch/alpha/compile | |
parent | f31c391d4c0b8c92c2b95b7546af80ed7089ad4a (diff) |
Add OpenBSD tags. Adapt to OpenBSD *_intr_establish calling convention
Diffstat (limited to 'sys/arch/alpha/compile')
-rw-r--r-- | sys/arch/alpha/compile/.keep_me | 1 | ||||
-rw-r--r-- | sys/arch/alpha/compile/build_all | 1 | ||||
-rw-r--r-- | sys/arch/alpha/compile/rebuild_all | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/sys/arch/alpha/compile/.keep_me b/sys/arch/alpha/compile/.keep_me index 3b6841a936e..c92516d7ab9 100644 --- a/sys/arch/alpha/compile/.keep_me +++ b/sys/arch/alpha/compile/.keep_me @@ -1,3 +1,4 @@ +$OpenBSD: .keep_me,v 1.2 1996/07/29 22:58:15 niklas Exp $ $NetBSD: .keep_me,v 1.1 1995/02/13 23:07:19 cgd Exp $ This normally empty directory needs to be kept in the distribution. diff --git a/sys/arch/alpha/compile/build_all b/sys/arch/alpha/compile/build_all index abd8fe68ac8..b90abb6a68f 100644 --- a/sys/arch/alpha/compile/build_all +++ b/sys/arch/alpha/compile/build_all @@ -1,5 +1,6 @@ #!/bin/sh - # +# $OpenBSD: build_all,v 1.3 1996/07/29 22:58:17 niklas Exp $ # $NetBSD: build_all,v 1.4.4.1 1996/06/15 03:46:17 cgd Exp $ cflist=`cd ../conf ; find . -type f ! -name "*[a-z.]*" ! -name ".*" | \ diff --git a/sys/arch/alpha/compile/rebuild_all b/sys/arch/alpha/compile/rebuild_all index 2a0fa61fbc5..bff75fac1c6 100644 --- a/sys/arch/alpha/compile/rebuild_all +++ b/sys/arch/alpha/compile/rebuild_all @@ -1,5 +1,6 @@ #!/bin/sh - # +# $OpenBSD: rebuild_all,v 1.3 1996/07/29 22:58:18 niklas Exp $ # $NetBSD: rebuild_all,v 1.4.4.1 1996/06/15 03:46:19 cgd Exp $ cflist=`cd ../conf ; find . -type f ! -name "*[a-z.]*" ! -name ".*" | \ |