aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cc/c++/Makefile
blob: 4eb3926dc2536e751240925739bd3603318299df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#
# $Id: Makefile,v 1.5 1994/11/15 04:51:26 phk Exp $
#

PROG =	c++
SRCS =	g++.c
BINDIR=	/usr/bin
LINKS=	${BINDIR}/c++ ${BINDIR}/g++
NOMAN=	1

.include <bsd.prog.mk>