summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gcc2/cpp
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>1994-12-22 09:31:26 +0000
committercgd <cgd@NetBSD.org>1994-12-22 09:31:26 +0000
commitc4c01d75b2798c0b0d9625eb189ac07296c7d013 (patch)
treedf4420a5547b554669fbc1c9226cb1c90d29be6b /gnu/usr.bin/gcc2/cpp
parentb32916a5d581d02b86c8fa4f9801d67cbc9b9a7c (diff)
specify man pages the new way.
Diffstat (limited to 'gnu/usr.bin/gcc2/cpp')
-rw-r--r--gnu/usr.bin/gcc2/cpp/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/usr.bin/gcc2/cpp/Makefile b/gnu/usr.bin/gcc2/cpp/Makefile
index 5db98f7d5dc..b3abdb7effa 100644
--- a/gnu/usr.bin/gcc2/cpp/Makefile
+++ b/gnu/usr.bin/gcc2/cpp/Makefile
@@ -1,10 +1,9 @@
# from: @(#)Makefile 6.4 (Berkeley) 2/21/91
-# $Id: Makefile,v 1.9 1993/12/05 00:51:34 cgd Exp $
+# $Id: Makefile,v 1.10 1994/12/22 09:33:51 cgd Exp $
PROG= cpp
BINDIR= /usr/libexec
SRCS= cccp.c cexp.y version.c
-MAN1= cpp.0
CFLAGS+= -I. -I$(.CURDIR) -I$(.CURDIR)/../common \
-I$(.CURDIR)/../arch/$(MACHINE_ARCH) -I$(.CURDIR)/../arch \
-DGCC_INCLUDE_DIR=\"\" \