aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cc/cpp/Makefile
blob: 2861c9453c7742c0c88a1cd7ea648045749adbe5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# $FreeBSD: src/gnu/usr.bin/cc/cpp/Makefile,v 1.27 2007/05/19 04:25:58 kan Exp $


.include "../Makefile.inc"
.include "../Makefile.fe"

PROG=	cpp
SRCS+=	cppspec.c

.include <bsd.prog.mk>