diff options
-rw-r--r-- | usr.bin/pcc/cc/cc/Makefile | 4 | ||||
-rw-r--r-- | usr.bin/pcc/cc/ccom/Makefile | 4 | ||||
-rw-r--r-- | usr.bin/pcc/cc/cpp/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/pcc/cc/cc/Makefile b/usr.bin/pcc/cc/cc/Makefile index 91b64ae10b5..d2d61e88758 100644 --- a/usr.bin/pcc/cc/cc/Makefile +++ b/usr.bin/pcc/cc/cc/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.2 2007/09/15 21:41:00 otto Exp $ +# $OpenBSD: Makefile,v 1.3 2007/09/16 19:16:58 kjell Exp $ # # Makefile for the cc part of pcc. # PROG= cc PREFIX= /usr/local BINDIR= ${PREFIX}/bin -MANDIR= ${PREFIX}/share/man/man +MANDIR= ${PREFIX}/man/man TARGOS= openbsd TARGMACH= x86 diff --git a/usr.bin/pcc/cc/ccom/Makefile b/usr.bin/pcc/cc/ccom/Makefile index b44453a626d..b0ffa4cd613 100644 --- a/usr.bin/pcc/cc/ccom/Makefile +++ b/usr.bin/pcc/cc/ccom/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.4 2007/09/16 10:39:37 otto Exp $ +# $OpenBSD: Makefile,v 1.5 2007/09/16 19:16:58 kjell Exp $ # # Makefile for the cpp part of pcc. # PROG= ccom PREFIX= /usr/local BINDIR= ${PREFIX}/libexec -MANDIR= ${PREFIX}/share/man/man +MANDIR= ${PREFIX}/man/man TARGOS= openbsd TARGMACH= x86 CLEANFILES= external.h external.c mkext diff --git a/usr.bin/pcc/cc/cpp/Makefile b/usr.bin/pcc/cc/cpp/Makefile index 11c2d4f44aa..1680d32a4c4 100644 --- a/usr.bin/pcc/cc/cpp/Makefile +++ b/usr.bin/pcc/cc/cpp/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.2 2007/09/15 21:41:00 otto Exp $ +# $OpenBSD: Makefile,v 1.3 2007/09/16 19:16:59 kjell Exp $ # # Makefile for the cpp part of pcc. # PROG= cpp PREFIX= /usr/local BINDIR= ${PREFIX}/libexec -MANDIR= ${PREFIX}/share/man/man +MANDIR= ${PREFIX}/man/man TARGOS= openbsd TARGMACH= x86 |