summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1996-09-23 04:14:30 +0000
committerPeter Wemm <peter@FreeBSD.org>1996-09-23 04:14:30 +0000
commit6f78ed368ce249cc97d09debcf9b99619c2ffd2c (patch)
treeff228bbc0f07904a4748db8074d583cebdd18f9a
parent97ea6d475a204d6eee42d16c451b4d38c0c74322 (diff)
Notes
-rw-r--r--gnu/usr.bin/cc/cccp/Makefile4
-rw-r--r--gnu/usr.bin/cc/cpp/Makefile4
2 files changed, 6 insertions, 2 deletions
diff --git a/gnu/usr.bin/cc/cccp/Makefile b/gnu/usr.bin/cc/cccp/Makefile
index 05229aa20d70..927410036be1 100644
--- a/gnu/usr.bin/cc/cccp/Makefile
+++ b/gnu/usr.bin/cc/cccp/Makefile
@@ -1,11 +1,13 @@
#
-# $Id: Makefile,v 1.4 1994/11/15 04:52:05 phk Exp $
+# $Id: Makefile,v 1.5 1996/09/19 15:47:24 peter Exp $
#
PROG = cpp
SRCS = cccp.c cexp.c
BINDIR= /usr/libexec
SRCS+= obstack.c version.c
+MAN1= cccp.1
+MLINKS= cccp.1 ccp.1
cexp.c cexp.h: cexp.y
${BISON} -d ${GCCDIR}/cexp.y -o cexp.c
diff --git a/gnu/usr.bin/cc/cpp/Makefile b/gnu/usr.bin/cc/cpp/Makefile
index 05229aa20d70..927410036be1 100644
--- a/gnu/usr.bin/cc/cpp/Makefile
+++ b/gnu/usr.bin/cc/cpp/Makefile
@@ -1,11 +1,13 @@
#
-# $Id: Makefile,v 1.4 1994/11/15 04:52:05 phk Exp $
+# $Id: Makefile,v 1.5 1996/09/19 15:47:24 peter Exp $
#
PROG = cpp
SRCS = cccp.c cexp.c
BINDIR= /usr/libexec
SRCS+= obstack.c version.c
+MAN1= cccp.1
+MLINKS= cccp.1 ccp.1
cexp.c cexp.h: cexp.y
${BISON} -d ${GCCDIR}/cexp.y -o cexp.c