diff options
| author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1994-02-14 10:02:13 +0000 |
|---|---|---|
| committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1994-02-14 10:02:13 +0000 |
| commit | 44ff78b7aa997ccfdabda87d6aa9363d1df1ab34 (patch) | |
| tree | 67333acc73232ea3910efaf69b96a054e2868d96 /gnu/usr.bin/ld/Makefile | |
| parent | 14a24404ef973dace757ebdb648992989e00ba28 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/ld/Makefile')
| -rw-r--r-- | gnu/usr.bin/ld/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/ld/Makefile b/gnu/usr.bin/ld/Makefile index b1ffe9738f2a..1cac6d7ec9c2 100644 --- a/gnu/usr.bin/ld/Makefile +++ b/gnu/usr.bin/ld/Makefile @@ -1,9 +1,9 @@ -# $Id: Makefile,v 1.12 1993/12/02 09:56:30 ache Exp $ +# $Id: Makefile,v 1.13 1993/12/04 00:52:54 jkh Exp $ # PROG= ld SRCS= ld.c symbol.c lib.c shlib.c warnings.c etc.c rrs.c xbits.c md.c -CFLAGS += -I$(.CURDIR) -I$(.CURDIR)/$(MACHINE) +CFLAGS += -D__FreeBSD__ -I$(.CURDIR) -I$(.CURDIR)/$(MACHINE) LDADD+= -lgnumalloc DPADD+= /usr/lib/libgnumalloc.a |
