1# $MirOS: src/gnu/usr.bin/binutils/gas/Makefile.bsd-wrapper,v 1.3 2009/04/17 16:30:09 tg Exp $
2
3.include "../Makefile.inc"
4
5FSFISLIB=	No
6FSFSRC=		${GNU_BINUTILS_AS}
7MAN=		doc/as.1
8ALL_TARGET=	all info
9INST_TARGET=	INSTALL_MAN= install
10CLEANFILES+=	doc/as.1 doc/gasver.texi
11
12${MAN}: do-build
13
14.include <bsd.cfwrap.mk>
15