xref: /openbsd/gnu/usr.bin/cc/cpp/Makefile (revision 16fa6157)
1# $FreeBSD: src/gnu/usr.bin/cc/cpp/Makefile,v 1.27.8.1 2009/04/15 03:14:26 kensmith Exp $
2# $OpenBSD: Makefile,v 1.2 2010/05/03 18:34:42 drahn Exp $
3
4.include <bsd.own.mk>
5
6.include "${.CURDIR}/../Makefile.inc"
7.include "${.CURDIR}/../Makefile.fe"
8
9BINDIR=        /usr/libexec
10
11PROG=	cpp
12SRCS+=	cppspec.c
13
14.include <bsd.prog.mk>
15