blob: f9e2a7b020aa2ada9103c9081a86a22edc613746 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $FreeBSD: src/gnu/usr.bin/cc/cpp/Makefile,v 1.27.8.1 2009/04/15 03:14:26 kensmith Exp $
# $OpenBSD: Makefile,v 1.1 2009/10/15 20:50:20 robert Exp $
.include <bsd.own.mk>
.include "${.CURDIR}/../Makefile.inc"
.include "${.CURDIR}/../Makefile.fe"
PROG= cpp
SRCS+= cppspec.c
.include <bsd.prog.mk>
|