diff options
author | 1997-04-02 04:57:34 +0000 | |
---|---|---|
committer | 1997-04-02 04:57:34 +0000 | |
commit | 559c8edba9686c04af47c391c88dfe566bab3c1a (patch) | |
tree | 013f64473359c9ef57eaafa6400b164b3dbaf646 | |
parent | add Gogol birthday (; (diff) | |
download | wireguard-openbsd-559c8edba9686c04af47c391c88dfe566bab3c1a.tar.xz wireguard-openbsd-559c8edba9686c04af47c391c88dfe566bab3c1a.zip |
no more arch/i386/stand/libsa/Makefile.inc
-rw-r--r-- | sys/lib/libsa/Makefile | 7 |
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 |