summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1997-04-02 04:57:35 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1997-04-02 04:57:35 +0000
commit366eaf9a00bba2463786e89d79569e9030ec6eae (patch)
tree7ae118c3f2e6cd4b58225a0f1a858fa88f3e5f3a /sys
parentfc4759f3bacd6d487f6e82ec3bdf6ec273e07144 (diff)
no more arch/i386/stand/libsa/Makefile.inc
Diffstat (limited to 'sys')
-rw-r--r--sys/lib/libsa/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/lib/libsa/Makefile b/sys/lib/libsa/Makefile
index 870603e4b94..a1171972dbd 100644
--- a/sys/lib/libsa/Makefile
+++ b/sys/lib/libsa/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.16 1997/02/17 12:26:20 mickey Exp $
+# $OpenBSD: Makefile,v 1.17 1997/04/02 04:57:34 mickey Exp $
# $NetBSD: Makefile,v 1.13 1996/10/02 16:19:51 ws Exp $
LIB= sa
@@ -20,11 +20,6 @@ CPPFLAGS+=${XCPPFLAGS}
CPPFLAGS+= -D__INTERNAL_LIBSA_CREAD
.endif
-.if ${MACHINE_ARCH}=="i386"
-.PATH: ${DIR}/../../arch/${MACHINE_ARCH}/stand
-.include "${DIR}/../../arch/${MACHINE_ARCH}/stand/Makefile.inc"
-.endif
-
# stand routines
SRCS+= alloc.c memcpy.c exit.c exec.c getfile.c gets.c globals.c \
printf.c strerror.c strcmp.c memset.c memcmp.c strncpy.c strncmp.c