1 2 3 4 5 6 7 8 9 10 11
# # $FreeBSD$ # PROG = c++ SRCS = g++.c BINDIR= /usr/bin LINKS= ${BINDIR}/c++ ${BINDIR}/g++ NOMAN= 1 .include <bsd.prog.mk>