summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormatthieu <matthieu@openbsd.org>2000-01-01 10:02:07 +0000
committermatthieu <matthieu@openbsd.org>2000-01-01 10:02:07 +0000
commit52e5296e131b97686d86d2d49dd14b6154097761 (patch)
tree3bb0d2fa966e88c19566fc2c2fdd8dc300709f6f
parentcopy pkthdr correctly in m_split, okay angelos@ (diff)
downloadwireguard-openbsd-52e5296e131b97686d86d2d49dd14b6154097761.tar.xz
wireguard-openbsd-52e5296e131b97686d86d2d49dd14b6154097761.zip
add NOPIC= in order to avoid to build the shared version of the
library.
-rw-r--r--lib/libarch/i386/Makefile3
-rw-r--r--lib/libresolv/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/lib/libarch/i386/Makefile b/lib/libarch/i386/Makefile
index c7461033b76..34ab8c7dbd1 100644
--- a/lib/libarch/i386/Makefile
+++ b/lib/libarch/i386/Makefile
@@ -1,7 +1,8 @@
-# $OpenBSD: Makefile,v 1.2 1999/07/09 19:28:31 deraadt Exp $
+# $OpenBSD: Makefile,v 1.3 2000/01/01 10:02:07 matthieu Exp $
# $NetBSD: Makefile,v 1.1 1996/02/21 02:45:47 jtk Exp $
.PATH: ${LIBC}/i386
+NOPIC=
SRCS+= i386_get_ldt.c i386_set_ldt.c \
i386_iopl.c i386_get_ioperm.c i386_set_ioperm.c \
diff --git a/lib/libresolv/Makefile b/lib/libresolv/Makefile
index 634aa1fc576..69f8603920c 100644
--- a/lib/libresolv/Makefile
+++ b/lib/libresolv/Makefile
@@ -1,10 +1,11 @@
# from: @(#)Makefile 5.1 (Berkeley) 6/5/90
-# $Id: Makefile,v 1.2 1996/01/04 11:58:46 deraadt Exp $
+# $Id: Makefile,v 1.3 2000/01/01 10:03:01 matthieu Exp $
# libresolv no longer needs a special version of the resolver routines.
# The resolver is always in libc.
# However, an empty library must exist in case something tries to use it.
+NOPIC=
LIB=resolv
SRCS=nothing.c