diff options
author | 2002-09-10 03:42:25 +0000 | |
---|---|---|
committer | 2002-09-10 03:42:25 +0000 | |
commit | e0b7b9ca6a76b7ae1f50f6eb282b1a4f2f3e91a4 (patch) | |
tree | 4504e74fc552417cbee9d087ad15b8e316e2c19f /lib/libc | |
parent | mi versions are good enough (diff) | |
download | wireguard-openbsd-e0b7b9ca6a76b7ae1f50f6eb282b1a4f2f3e91a4.tar.xz wireguard-openbsd-e0b7b9ca6a76b7ae1f50f6eb282b1a4f2f3e91a4.zip |
better, faster scooter; fix cerror in mi someday
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/arch/hppa/Makefile.inc | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/lib/libc/arch/hppa/Makefile.inc b/lib/libc/arch/hppa/Makefile.inc index 7ad0f093416..59409a4ff12 100644 --- a/lib/libc/arch/hppa/Makefile.inc +++ b/lib/libc/arch/hppa/Makefile.inc @@ -1,15 +1,9 @@ -# $OpenBSD: Makefile.inc,v 1.5 2002/08/08 06:00:20 mickey Exp $ +# $OpenBSD: Makefile.inc,v 1.6 2002/09/10 03:42:25 mickey Exp $ KMINCLUDES= arch/hppa/DEFS.h arch/hppa/SYS.h prefix.h -KMSRCS= bcopy.m4 +KMSRCS= -SRCS+= memmove.S -CLEANFILES+= memmove.S cerror.S +CLEANFILES+= cerror.S cerror.S: @echo > cerror.S - -memmove.S: ${LIBCSRCDIR}/arch/hppa/string/bcopy.m4 - @echo 'building ${.TARGET} from ${.ALLSRC}' - @m4 -DNAME=bcopy ${.ALLSRC} > ${.TARGET} - |