mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 08:38:13 -05:00
11 lines
121 B
Makefile
11 lines
121 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
PROG = c++
|
|
SRCS = g++.c
|
|
BINDIR= /usr/bin
|
|
LINKS= ${BINDIR}/c++ ${BINDIR}/g++
|
|
NOMAN= 1
|
|
|
|
.include <bsd.prog.mk>
|