mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 23:02:02 -04:00
15 lines
197 B
Makefile
15 lines
197 B
Makefile
# $FreeBSD$
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.PATH: ${GCCDIR}
|
|
|
|
PROG= tradcpp0
|
|
SRCS= tradcpp.c tradcif.y
|
|
BINDIR= /usr/libexec
|
|
NOMAN= 1
|
|
|
|
DPADD+= ${LIBCC_INT}
|
|
LDADD+= ${LIBCC_INT}
|
|
|
|
.include <bsd.prog.mk>
|