#
# $FreeBSD: stable/2.1/gnu/usr.bin/cc/cpp/Makefile 50952 1999-09-05 11:54:50Z peter $
#

PROG =	cpp
SRCS =	cccp.c cexp.c
BINDIR=	/usr/libexec
.PATH:	${.CURDIR}/../cc_int
SRCS+=	obstack.c version.c

.include <bsd.prog.mk>
