NetBSD/gnu/usr.bin/ld/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

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>