NetBSD/gnu/usr.bin/ld/Makefile

12 lines
196 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.17 1998/01/05 21:56:31 cgd Exp $
1993-03-21 12:45:37 +03:00
SUBDIR= ld ldconfig ldd
1993-03-21 12:45:37 +03:00
.include <bsd.own.mk> # for NOPIC definition
.if !defined(NOPIC)
SUBDIR+= rtld
.endif
1997-10-11 13:34:07 +04:00
.include <bsd.subdir.mk>