Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Apr 2002 09:23:43 -0700 (PDT)
From:      "David E. O'Brien" <obrien@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 10140 for review
Message-ID:  <200204221623.g3MGNh473059@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=10140

Change 10140 by obrien@obrien_trang on 2002/04/22 09:23:25

	Add back groff and gperf -- we have a working C++ compiler now.

Affected files ...

... //depot/projects/sparc64/gnu/usr.bin/Makefile#13 edit

Differences ...

==== //depot/projects/sparc64/gnu/usr.bin/Makefile#13 (text+ko) ====

@@ -1,10 +1,10 @@
 # $FreeBSD: src/gnu/usr.bin/Makefile,v 1.58 2002/03/24 16:01:17 markm Exp $
 
-SUBDIR= awk bc binutils cpio dc dialog diff diff3 \
-	grep gzip man patch ptx rcs sdiff send-pr tar texinfo
+SUBDIR= awk bc binutils cpio dc dialog diff diff3 gperf \
+	grep groff gzip man patch ptx rcs sdiff send-pr tar texinfo
 
 .if ${MACHINE_ARCH} != "sparc64"
-SUBDIR+=cc gperf groff
+SUBDIR+=cc
 .endif
 
 .if !defined(NO_CVS)

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204221623.g3MGNh473059>