NetBSD/sbin/ldconfig/Makefile
christos d3d1227320 Ld directory reorganization:
- separate out the common files used by rtld ldd ld
	- move machine dependent files into arch
	- move ld in its own directory
	- factor out .PATH and CFLAGS common to all Makefiles
1997-04-16 16:49:28 +00:00

10 lines
180 B
Makefile

# $NetBSD: Makefile,v 1.11 1997/04/16 16:49:42 christos Exp $
PROG= ldconfig
SRCS= ldconfig.c shlib.c etc.c
LDSTATIC=-static
BINDIR= /sbin
MAN= ldconfig.8
.include <bsd.prog.mk>