diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2000-01-01 10:03:02 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2000-01-01 10:03:02 +0000 |
commit | 5acacc08f76081b5fc41348f6767c879fd5ea06c (patch) | |
tree | 0509aa5d0ba309bb2eea37ef32390dbeaa478e4f | |
parent | 324b9ad19e91b84031a18e574405a0c4c8d3a06c (diff) |
add NOPIC= in order to avoid to build the shared version of the
library.
-rw-r--r-- | lib/libarch/i386/Makefile | 3 | ||||
-rw-r--r-- | lib/libresolv/Makefile | 3 |
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 |