diff --git a/gnu/usr.bin/binutils/gasp/doc/Makefile b/gnu/usr.bin/binutils/gasp/doc/Makefile new file mode 100644 index 00000000000..093d78c9a09 --- /dev/null +++ b/gnu/usr.bin/binutils/gasp/doc/Makefile @@ -0,0 +1,16 @@ +# $FreeBSD$ + +.include "../../Makefile.inc0" + +RELTOP:= ../.. + +.PATH: ${SRCDIR}/gas/doc + +INFO= gasp + +INFOSECTION= "GASP Documentation" +INFOENTRY= "* gasp: (gasp). The GNU Assembler Macro Preprocessor." + +MAKEINFOFLAGS+= -I ${SRCDIR}/gas/doc + +.include