diff options
author | 2002-12-20 02:44:26 +0000 | |
---|---|---|
committer | 2002-12-20 02:44:26 +0000 | |
commit | 4dde09397dfb23f5e5de44bb1541df2ef4e4d8f7 (patch) | |
tree | 5f09a2119d006fb65416c526c14e45e3ff6e0df6 | |
parent | those are gone now (diff) | |
download | wireguard-openbsd-4dde09397dfb23f5e5de44bb1541df2ef4e4d8f7.tar.xz wireguard-openbsd-4dde09397dfb23f5e5de44bb1541df2ef4e4d8f7.zip |
do not compile what we already get from libkern (size does not matter)
-rw-r--r-- | sys/arch/hppa/stand/libsa/Makefile | 7 |
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 \ |