mirror of
https://github.com/opnsense/src.git
synced 2026-03-11 10:43:03 -04:00
11 lines
170 B
Makefile
11 lines
170 B
Makefile
#
|
|
# $Id: Makefile,v 1.3 1994/09/18 22:35:43 wollman Exp $
|
|
#
|
|
|
|
PROG = c++
|
|
SRCS = g++.c
|
|
BINDIR= /usr/bin
|
|
LINKS= ${BINDIR}/c++ ${BINDIR}/g++
|
|
NOMAN= 1
|
|
|
|
.include <bsd.prog.mk>
|