1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-20 02:38:43 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=118903
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