NetBSD/gnu/usr.bin/ld/Makefile

14 lines
291 B
Makefile
Raw Normal View History

1993-10-26 09:56:08 +03:00
# $Id: Makefile,v 1.7 1993/10/26 06:56:08 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-10-17 00:52:27 +03:00
.PATH: $(.CURDIR)/$(MACHINE)
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>