summaryrefslogtreecommitdiff
path: root/usr.bin/cpp/Makefile
blob: b99cc0482c291120ce19d550b456e28e7ac82059 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#	$OpenBSD: Makefile,v 1.8 2004/02/10 02:02:22 espie Exp $

.include <bsd.own.mk>

NOMAN=

PROG=cpp
SRCS=
INSTALL_STRIP=

cpp: cpp.sh
.if ${USE_GCC3:L} == "no"
	sed -e 's/@dollaropt@/-$$/' ${.CURDIR}/cpp.sh >$@
.else
	sed -e 's/@dollaropt@//' ${.CURDIR}/cpp.sh >$@
.endif

.include <bsd.prog.mk>