diff options
author | obrien <obrien@FreeBSD.org> | 2001-07-29 07:21:39 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-07-29 07:21:39 +0000 |
commit | d45178b10524c57972ac85fadb2bfaa434f223ce (patch) | |
tree | 2fe8ae4ff75f6f20335666916e86f20307d85d42 /gnu | |
parent | b925de092b1a33961fdd0e75d235854989006ed8 (diff) | |
download | FreeBSD-src-d45178b10524c57972ac85fadb2bfaa434f223ce.zip FreeBSD-src-d45178b10524c57972ac85fadb2bfaa434f223ce.tar.gz |
Hook up the manpage.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/binutils/readelf/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/readelf/Makefile b/gnu/usr.bin/binutils/readelf/Makefile index 450e604..c681fe8 100644 --- a/gnu/usr.bin/binutils/readelf/Makefile +++ b/gnu/usr.bin/binutils/readelf/Makefile @@ -8,7 +8,6 @@ BINDIR=/usr/bin PROG= readelf -NOMAN= yes SRCS= ${PROG}.c CFLAGS+= -I${.CURDIR}/${RELTOP}/libbinutils -I${SRCDIR}/binutils |