HardenedBSD/sbin/ldconfig/Makefile

14 lines
243 B
Makefile
Raw Normal View History

1997-02-22 16:48:31 +01:00
# $Id$
1993-11-04 00:41:59 +01:00
PROG= ldconfig
SRCS= ldconfig.c shlib.c support.c
1993-11-04 00:41:59 +01:00
LDDIR?= $(.CURDIR)/..
CFLAGS+=-I$(LDDIR) -I$(.CURDIR) -I$(LDDIR)/$(MACHINE)
LDFLAGS+=-static
BINDIR= /sbin
MAN8= ldconfig.8
1993-11-04 00:41:59 +01:00
.PATH: $(LDDIR) $(LDDIR)/$(MACHINE)
.include <bsd.prog.mk>