summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/stand
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2002-12-20 02:44:27 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2002-12-20 02:44:27 +0000
commitf79525cb4d1159f78e3ff3b9e7a8ddc1a37568af (patch)
treec9d6deaf5e773d79e13074f81a69ca2db65c1342 /sys/arch/hppa/stand
parent39ace98544766befc156610e6bc1b6abf187dee8 (diff)
do not compile what we already get from libkern (size does not matter)
Diffstat (limited to 'sys/arch/hppa/stand')
-rw-r--r--sys/arch/hppa/stand/libsa/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/arch/hppa/stand/libsa/Makefile b/sys/arch/hppa/stand/libsa/Makefile
index e6cfacac862..cc0bd556dc2 100644
--- a/sys/arch/hppa/stand/libsa/Makefile
+++ b/sys/arch/hppa/stand/libsa/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.10 2002/10/24 19:27:16 mickey Exp $
+# $OpenBSD: Makefile,v 1.11 2002/12/20 02:44:26 mickey Exp $
.include "${.CURDIR}/../Makefile.inc"
@@ -20,9 +20,8 @@ SRCS= machdep.c pdc.c itecons.c dev_hppa.c time.c \
ct.c dk.c lf.c lif.c cmd_hppa.c
# stand routines
-SRCS+= alloc.c exit.c getfile.c gets.c globals.c strcmp.c strlen.c \
- strncmp.c memcmp.c memcpy.c printf.c strerror.c strncpy.c \
- strtol.c strchr.c ctime.c loadfile.c
+SRCS+= alloc.c exit.c getfile.c gets.c globals.c \
+ printf.c strerror.c strtol.c strchr.c ctime.c loadfile.c
# io routines
SRCS+= close.c closeall.c dev.c disklabel.c dkcksum.c fstat.c ioctl.c lseek.c \