mirror of
https://github.com/opnsense/src.git
synced 2026-03-09 09:41:05 -04:00
10 lines
137 B
Makefile
10 lines
137 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
INFO = gmp
|
|
|
|
GMPDIR= ${.CURDIR}/../../../../contrib/libgmp
|
|
.PATH: ${GMPDIR}
|
|
|
|
.include "../Makefile.inc"
|
|
.include <bsd.info.mk>
|