NetBSD/sbin/ldconfig/Makefile

19 lines
411 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.17 2000/09/29 19:00:59 fvdl Exp $
.include <bsd.own.mk> # For OBJECT_FMT
.if (${OBJECT_FMT} == "a.out" || (${OBJECT_FMT} == "ELF" && \
(${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "sparc")))
PROG= ldconfig
1998-12-16 01:49:42 +03:00
SRCS= ldconfig.c shlib.c
CPPFLAGS += -I$(.CURDIR)/../../libexec/ld.aout_so
.PATH: $(.CURDIR)/../../libexec/ld.aout_so
1997-06-23 17:25:41 +04:00
.endif
1994-12-22 12:31:26 +03:00
MAN= ldconfig.8
.include <bsd.prog.mk>