diff options
author | 2000-01-01 10:02:07 +0000 | |
---|---|---|
committer | 2000-01-01 10:02:07 +0000 | |
commit | 52e5296e131b97686d86d2d49dd14b6154097761 (patch) | |
tree | 3bb0d2fa966e88c19566fc2c2fdd8dc300709f6f /lib/libresolv | |
parent | copy pkthdr correctly in m_split, okay angelos@ (diff) | |
download | wireguard-openbsd-52e5296e131b97686d86d2d49dd14b6154097761.tar.xz wireguard-openbsd-52e5296e131b97686d86d2d49dd14b6154097761.zip |
add NOPIC= in order to avoid to build the shared version of the
library.
Diffstat (limited to 'lib/libresolv')
-rw-r--r-- | lib/libresolv/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |