Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Apr 2002 03:46:21 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 9196 for review
Message-ID:  <200204061146.g36BkLG45681@freefall.freebsd.org>

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

Change 9196 by peter@peter_thunder on 2002/04/06 03:46:13

	restore groff/gperf back to the land of the living now that they
	compile (and we have a functional c++ compiler)

Affected files ...

... //depot/projects/ia64/gnu/usr.bin/Makefile#6 edit

Differences ...

==== //depot/projects/ia64/gnu/usr.bin/Makefile#6 (text+ko) ====

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

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?200204061146.g36BkLG45681>