d3d1227320
- 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
12 lines
199 B
Makefile
12 lines
199 B
Makefile
# $NetBSD: Makefile,v 1.15 1997/04/16 16:49:28 christos Exp $
|
|
|
|
SUBDIR= ld ldconfig ldd
|
|
|
|
.include <bsd.own.mk> # for NOPIC definition
|
|
|
|
.if !defined(NOPIC)
|
|
SUBDIR+= rtld
|
|
.endif
|
|
|
|
.include <bsd.prog.mk>
|