NetBSD/gnu/usr.bin/ld/Makefile

16 lines
318 B
Makefile
Raw Normal View History

1993-11-03 16:01:36 +03:00
# $Id: Makefile,v 1.8 1993/11/03 13:01:36 cgd Exp $
1993-10-17 00:52:27 +03:00
#
1993-03-21 12:45:37 +03:00
PROG= ld
1993-10-17 00:52:27 +03:00
SRCS= ld.c symbol.c lib.c shlib.c warnings.c etc.c rrs.c xbits.c md.c
CFLAGS += -g -I$(.CURDIR) -I$(.CURDIR)/$(MACHINE)
1993-10-26 09:56:08 +03:00
LDADD+= -lgnumalloc
DPADD+= /usr/lib/libgnumalloc.a
1993-11-03 16:01:36 +03:00
SUBDIR= ldconfig ldd rtld
1993-10-17 00:52:27 +03:00
.PATH: $(.CURDIR)/$(MACHINE)
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>