diff options
author | Tobias Weingartner <weingart@cvs.openbsd.org> | 1997-04-13 21:44:47 +0000 |
---|---|---|
committer | Tobias Weingartner <weingart@cvs.openbsd.org> | 1997-04-13 21:44:47 +0000 |
commit | a1312198c5e8ac18e9250372e85793bbc090a026 (patch) | |
tree | ac1baab857e2f92e3d07e896cbb6b489694fb8aa /sys/lib | |
parent | 808aea7ce2b51fcdec082304289be73fbe0fc412 (diff) |
Nuke i386 specific stuff. Not needed anymore.
Diffstat (limited to 'sys/lib')
-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 a1171972dbd..d6b629bc456 100644 --- a/sys/lib/libsa/Makefile +++ b/sys/lib/libsa/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.17 1997/04/02 04:57:34 mickey Exp $ +# $OpenBSD: Makefile,v 1.18 1997/04/13 21:44:46 weingart Exp $ # $NetBSD: Makefile,v 1.13 1996/10/02 16:19:51 ws Exp $ LIB= sa @@ -56,11 +56,6 @@ SRCS+= bootp.c rarp.c bootparam.c CFLAGS+=-DNO_NET .endif -.if ${MACHINE_ARCH}=="i386" -CFLAGS+=-I${DIR}/../../arch/${MACHINE_ARCH}/stand/libsa -.PATH: ${DIR}/../../arch/${MACHINE_ARCH}/stand/libsa -.include "${DIR}/../../arch/${MACHINE_ARCH}/stand/libsa/Makefile.inc" -.endif NOPROFILE= NOPIC= |