no more arch/i386/stand/libsa/Makefile.inc
authormickey <mickey@openbsd.org>
Wed, 2 Apr 1997 04:57:34 +0000 (04:57 +0000)
committermickey <mickey@openbsd.org>
Wed, 2 Apr 1997 04:57:34 +0000 (04:57 +0000)
sys/lib/libsa/Makefile

index 870603e..a117197 100644 (file)
@@ -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