NetBSD/gnu/usr.bin/ld/Makefile

12 lines
182 B
Makefile
Raw Normal View History

1998-12-16 01:36:24 +03:00
# $NetBSD: Makefile,v 1.18 1998/12/15 22:36:24 pk Exp $
1993-03-21 12:45:37 +03:00
1998-12-16 01:36:24 +03:00
SUBDIR= ld
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>