summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2002-02-04 22:17:57 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2002-02-04 22:17:57 +0000
commit750b98c924bfd4439d78749ec1209cbe055c19be (patch)
tree024896967d76f996c620de48007bae7f4e8c2931 /sys/arch
parent18a3c9fe8f08174c48576e3d40693d3e1e4c7c19 (diff)
leftovers from kern times; from netbsd
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/hppa/spmath/Makefile.inc10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/arch/hppa/spmath/Makefile.inc b/sys/arch/hppa/spmath/Makefile.inc
index b5e19fde387..1451eba1958 100644
--- a/sys/arch/hppa/spmath/Makefile.inc
+++ b/sys/arch/hppa/spmath/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.4 2001/03/29 03:58:17 mickey Exp $
+# $OpenBSD: Makefile.inc,v 1.5 2002/02/04 22:17:56 mickey Exp $
#
# NOTE: $S must correspond to the top of the 'sys' tree
# $HPPA must correspond to the top of hppa tree
@@ -21,19 +21,19 @@ SPMATHMAKE= \
XMACHINE='${MACHINE}' XMACHINE_ARCH='${MACHINE_ARCH}' \
${SPMATH}: .NOTMAIN __always_make_spmath
- @echo making sure the kern library is up to date...
+ @echo making sure the spmath library is up to date...
@${SPMATHMAKE} spmath.o
${SPMATH_PROF}: .NOTMAIN __always_make_spmath
- @echo making sure the profiled kern library is up to date...
+ @echo making sure the profiled spmath library is up to date...
@${SPMATHMAKE} spmath.po
clean:: .NOTMAIN __always_make_spmath
- @echo cleaning the kern library objects
+ @echo cleaning the spmath library objects
@${SPMATHMAKE} clean
depend:: .NOTMAIN __always_make_spmath
- @echo depending the kern library objects
+ @echo depending the spmath library objects
@${SPMATHMAKE} depend
__always_make_spmath: .NOTMAIN