From 559c8edba9686c04af47c391c88dfe566bab3c1a Mon Sep 17 00:00:00 2001 From: mickey Date: Wed, 2 Apr 1997 04:57:34 +0000 Subject: [PATCH] no more arch/i386/stand/libsa/Makefile.inc --- sys/lib/libsa/Makefile | 7 +------ 1 file changed, 1 insertion(+), 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 -- 2.20.1