mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 15:19:31 -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.
12 lines
129 B
Makefile
12 lines
129 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PROG = c++
|
|
SRCS = g++.c
|
|
BINDIR= /usr/bin
|
|
NOMAN= 1
|
|
DPADD+= ${LIBCC_INT}
|
|
LDADD+= -lcc_int
|
|
|
|
.include <bsd.prog.mk>
|