Only build ldconfig on a.out platforms. Everyone else still builds the
manual page.
This commit is contained in:
parent
259f05dc84
commit
6f35df7bfe
@ -1,10 +1,14 @@
|
||||
# $NetBSD: Makefile,v 1.14 1998/12/15 22:49:42 pk Exp $
|
||||
# $NetBSD: Makefile,v 1.15 1998/12/17 22:23:44 thorpej Exp $
|
||||
|
||||
.include <bsd.own.mk> # For OBJECT_FMT
|
||||
|
||||
.if (${OBJECT_FMT} == "a.out")
|
||||
PROG= ldconfig
|
||||
SRCS= ldconfig.c shlib.c
|
||||
|
||||
CPPFLAGS += -I$(.CURDIR)/../../libexec/ld.aout_so
|
||||
.PATH: $(.CURDIR)/../../libexec/ld.aout_so
|
||||
.endif
|
||||
|
||||
MAN= ldconfig.8
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user