PERFORCE change 30783 for review

Peter Wemm peter at FreeBSD.org
Thu May 8 01:58:04 PDT 2003


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

Change 30783 by peter at 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 \


More information about the p4-projects mailing list