The as(1) manpage was missing on i386 and amd64.
This commit is contained in:
parent
4530e20aae
commit
b5148e5513
@ -2,7 +2,6 @@
|
||||
|
||||
.include "${.CURDIR}/../Makefile.inc0"
|
||||
|
||||
NOMAN= true
|
||||
SRCS+= obj-elf.c tc-i386.c
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user