opnsense-src/gnu/usr.bin/cc/c++/Makefile

12 lines
121 B
Makefile
Raw Normal View History

#
1997-02-22 10:48:31 -05:00
# $Id$
#
PROG = c++
SRCS = g++.c
BINDIR= /usr/bin
LINKS= ${BINDIR}/c++ ${BINDIR}/g++
NOMAN= 1
.include <bsd.prog.mk>