NetBSD/gnu/usr.bin/ld/Makefile

13 lines
223 B
Makefile
Raw Normal View History

1997-10-11 13:34:07 +04:00
# $NetBSD: Makefile,v 1.16 1997/10/11 09:34:27 mycroft 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
.include <bsd.prog.mk>
1997-10-11 13:34:07 +04:00
.include <bsd.subdir.mk>