mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 17:00:58 -05:00
16 lines
264 B
Makefile
16 lines
264 B
Makefile
# $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 <bsd.info.mk>
|