NetBSD/sbin/ldconfig/Makefile

16 lines
315 B
Makefile
Raw Normal View History

# $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
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
.endif
1997-06-23 17:25:41 +04:00
1994-12-22 12:31:26 +03:00
MAN= ldconfig.8
.include <bsd.prog.mk>