Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 May 2003 01:58:01 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 30783 for review
Message-ID:  <200305080858.h488w1qi023247@repoman.freebsd.org>

index | next in thread | raw e-mail

http://perforce.freebsd.org/chv.cgi?CH=30783

Change 30783 by peter@peter_overcee on 2003/05/08 01:57:33

	usr.sbin/ppp/ncpaddr.c ICE's gcc-3.2.2 (but not 3.3)

Affected files ...

.. //depot/projects/hammer/usr.sbin/Makefile#10 edit

Differences ...

==== //depot/projects/hammer/usr.sbin/Makefile#10 (text+ko) ====

@@ -74,7 +74,6 @@
 	pciconf \
 	periodic \
 	pkg_install \
-	ppp \
 	pppd \
 	pppstats \
 	procctl \
@@ -134,6 +133,10 @@
 	ypset \
 	zic
 
+.if ${MACHINE_ARCH} != "amd64"
+SUBDIR+=ppp
+.endif
+
 .if !defined(NO_IPFILTER)
 SUBDIR+=ipftest \
 	ipresend \


help

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