freebsd-dev/gnu/usr.bin/cc/c++/Makefile
Jordan K. Hubbard ad26d58d52 Link g++ -> c++, like I did with gcc -> cc. This is evil, but it's
now at least orthogonal evil.
1994-11-01 21:28:00 +00:00

12 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>