mirror of
https://github.com/opnsense/src.git
synced 2026-03-10 02:01:51 -04:00
automagically. -lfoo has to be right to work, but ${LIBFO0} is too
easy to forget or misspell; nothing checks it and it should be
different for shared libraries.
11 lines
132 B
Makefile
11 lines
132 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PROG = cpp
|
|
SRCS = cccp.c cexp.c
|
|
BINDIR= /usr/libexec
|
|
DPADD+= ${LIBCC_INT}
|
|
LDADD+= -lcc_int
|
|
|
|
.include <bsd.prog.mk>
|