mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 23:06:12 -05:00
11 lines
168 B
Makefile
11 lines
168 B
Makefile
# $FreeBSD$
|
|
|
|
.include "../Makefile.inc0"
|
|
|
|
.PATH: ${SRCDIR}/gas/doc \
|
|
${SRCDIR}/ld \
|
|
${SRCDIR}/binutils/doc
|
|
|
|
MAN= ld.7 ldint.7 as.7 binutils.7
|
|
|
|
.include <bsd.prog.mk>
|