diff options
| author | John Birrell <jb@FreeBSD.org> | 1998-09-07 05:46:09 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 1998-09-07 05:46:09 +0000 |
| commit | b43abe2d55ac7205bdb7d306f277afc66ebec672 (patch) | |
| tree | 5d56fa3eb6b877bfcb2949346f137401ada7d1ac /gnu/usr.bin/ld | |
| parent | 05dcabb21599bc4d7a5156aed64950d62c76d94a (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/ld')
| -rw-r--r-- | gnu/usr.bin/ld/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/ld/Makefile b/gnu/usr.bin/ld/Makefile index 547614a12265..eda092e2f27d 100644 --- a/gnu/usr.bin/ld/Makefile +++ b/gnu/usr.bin/ld/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.24 1998/06/01 14:08:01 peter Exp $ +# $Id: Makefile,v 1.25 1998/06/12 15:50:57 peter Exp $ # RTLD= ${.CURDIR}/../../../libexec/rtld-aout @@ -6,6 +6,7 @@ GCCDIR= ${.CURDIR}/../../../contrib/gcc PROG= ld BINDIR= /usr/libexec/aout +MAN1aout=ld.1aout SRCS= ld.c symbol.c lib.c shlib.c warnings.c support.c rrs.c xbits.c md.c \ cplus-dem.c CFLAGS+= -I${.CURDIR} -I${RTLD} -I${RTLD}/${MACHINE} \ |
