mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
12 lines
175 B
Makefile
12 lines
175 B
Makefile
# $FreeBSD$
|
|
|
|
.include "../Makefile.inc0"
|
|
|
|
.PATH: ${SRCDIR}/gas/doc ${SRCDIR}/ld
|
|
|
|
FILESGROUPS= TOP
|
|
|
|
TOPDIR= ${SHAREDIR}/doc/binutils
|
|
TOP= as.txt ld.txt
|
|
|
|
.include <bsd.prog.mk>
|