The as(1) manpage was missing on i386 and amd64.

This commit is contained in:
Ruslan Ermilov 2003-08-14 14:43:29 +00:00
parent 4530e20aae
commit b5148e5513
2 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,6 @@
.include "${.CURDIR}/../Makefile.inc0"
NOMAN= true
SRCS+= obj-elf.c tc-i386.c
.include <bsd.prog.mk>

View File

@ -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