diff options
author | ru <ru@FreeBSD.org> | 2003-08-14 14:43:29 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2003-08-14 14:43:29 +0000 |
commit | 0de4aa01fa11584b2919a74d9e2a08a5d5071bd3 (patch) | |
tree | 638a37f2a4e3bd00aae3e273a9ad79a6d7432b22 | |
parent | 65a97b4e8a241b77c554e5963d299b9d8e009a15 (diff) | |
download | FreeBSD-src-0de4aa01fa11584b2919a74d9e2a08a5d5071bd3.zip FreeBSD-src-0de4aa01fa11584b2919a74d9e2a08a5d5071bd3.tar.gz |
The as(1) manpage was missing on i386 and amd64.
-rw-r--r-- | gnu/usr.bin/binutils/as/amd64-freebsd/Makefile | 1 | ||||
-rw-r--r-- | gnu/usr.bin/binutils/as/i386-freebsd/Makefile | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/gnu/usr.bin/binutils/as/amd64-freebsd/Makefile b/gnu/usr.bin/binutils/as/amd64-freebsd/Makefile index c5d1846..5c53900 100644 --- a/gnu/usr.bin/binutils/as/amd64-freebsd/Makefile +++ b/gnu/usr.bin/binutils/as/amd64-freebsd/Makefile @@ -2,7 +2,6 @@ .include "${.CURDIR}/../Makefile.inc0" -NOMAN= true SRCS+= obj-elf.c tc-i386.c .include <bsd.prog.mk> diff --git a/gnu/usr.bin/binutils/as/i386-freebsd/Makefile b/gnu/usr.bin/binutils/as/i386-freebsd/Makefile index 1cfcb0c..6cc526b 100644 --- a/gnu/usr.bin/binutils/as/i386-freebsd/Makefile +++ b/gnu/usr.bin/binutils/as/i386-freebsd/Makefile @@ -2,8 +2,8 @@ .include "${.CURDIR}/../Makefile.inc0" -NOMAN= true .if ${TARGET_ARCH} != "i386" +NOMAN= true BINDIR= /usr/libexec/cross/i386-freebsd .endif SRCS+= obj-elf.c tc-i386.c |