mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
14 lines
196 B
Makefile
14 lines
196 B
Makefile
# $FreeBSD$
|
|
|
|
.include "../Makefile.inc"
|
|
.include "../Makefile.fe"
|
|
|
|
.PATH: ${GCCDIR} ${GCCDIR}/doc
|
|
|
|
PROG= cpp
|
|
SRCS= gcc.c cppspec.c
|
|
|
|
DPADD= ${LIBCC_INT}
|
|
LDADD= ${LIBCC_INT}
|
|
|
|
.include <bsd.prog.mk>
|