Configure static linkage in the normal way (default to -static using

NOSHARED?= yes).
This commit is contained in:
Bruce Evans 1997-06-29 21:40:54 +00:00
parent 29fc5d6403
commit 1dce44f3ea
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=27083
2 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
# $Id$
# $Id: Makefile,v 1.10 1997/02/22 15:46:37 peter Exp $
PROG= ldconfig
SRCS= ldconfig.c shlib.c support.c
LDDIR?= $(.CURDIR)/..
CFLAGS+=-I$(LDDIR) -I$(.CURDIR) -I$(LDDIR)/$(MACHINE)
LDFLAGS+=-static
NOSHARED?= yes
BINDIR= /sbin
MAN8= ldconfig.8

View File

@ -1,10 +1,10 @@
# $Id$
# $Id: Makefile,v 1.10 1997/02/22 15:46:37 peter Exp $
PROG= ldconfig
SRCS= ldconfig.c shlib.c support.c
LDDIR?= $(.CURDIR)/..
CFLAGS+=-I$(LDDIR) -I$(.CURDIR) -I$(LDDIR)/$(MACHINE)
LDFLAGS+=-static
NOSHARED?= yes
BINDIR= /sbin
MAN8= ldconfig.8