summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cc/cpp/Makefile
blob: d8ff4ae2fe049228b555d4d9d3d313b5402d6fa6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD$

.include "../Makefile.inc"

.PATH: ${GCCDIR}

PROG=	cpp
SRCS=	cccp.c cexp.y obstack.c prefix.c version.c
CFLAGS+= -DPREFIX=\"/usr\"
YFLAGS=
BINDIR=	/usr/libexec
MAN1=	cccp.1
MLINKS=	cccp.1 cpp.1

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud