diff options
author | 1997-04-13 21:44:46 +0000 | |
---|---|---|
committer | 1997-04-13 21:44:46 +0000 | |
commit | 438b75f92e14a6cf96452622f1e949adce1ca2b6 (patch) | |
tree | bc251e74d9d3e7f85f04ee95d186f1494fba5e39 | |
parent | CPPFLAGS is already put on CC line--don't add CPPFLAGS to CFLAGS. (diff) | |
download | wireguard-openbsd-438b75f92e14a6cf96452622f1e949adce1ca2b6.tar.xz wireguard-openbsd-438b75f92e14a6cf96452622f1e949adce1ca2b6.zip |
Nuke i386 specific stuff. Not needed anymore.
-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= |