freebsd-dev/gnu/usr.bin/cc/c++/Makefile
David E. O'Brien b08a091980 Purely cosmetic cleanups.
- Id tag layout wrong.
 - "FOO =" -> "FOO=".
 - 4 space indention on continuation lines rather than a <tab>

Basic idea checked by:	bde
1999-08-16 04:10:48 +00:00

19 lines
328 B
Makefile

# $Id: Makefile,v 1.11 1999/04/18 09:39:38 obrien Exp $
.include "../Makefile.inc"
.PATH: ${GCCDIR}/cp ${GCCDIR}
PROG= c++
SRCS= gcc.c g++spec.c
LINKS= ${BINDIR}/c++ ${BINDIR}/g++
LINKS+= ${BINDIR}/c++ ${BINDIR}/CC
NOMAN= 1
CFLAGS+= -DLANG_SPECIFIC_DRIVER
DPADD+= ${LIBCC_DRV}
LDADD+= ${LIBCC_DRV}
.include <bsd.prog.mk>