Date: Sun, 28 Feb 2010 14:43:55 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r204461 - head/tools/build/mk Message-ID: <201002281443.o1SEhtTj007731@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Feb 28 14:43:55 2010 New Revision: 204461 URL: http://svn.freebsd.org/changeset/base/204461 Log: Add files to remove when MK_PPP=no. Modified: head/tools/build/mk/OptionalObsoleteFiles.inc Modified: head/tools/build/mk/OptionalObsoleteFiles.inc ============================================================================== --- head/tools/build/mk/OptionalObsoleteFiles.inc Sun Feb 28 14:41:28 2010 (r204460) +++ head/tools/build/mk/OptionalObsoleteFiles.inc Sun Feb 28 14:43:55 2010 (r204461) @@ -1788,6 +1788,14 @@ OLD_FILES+=usr/share/examples/etc/portsn OLD_FILES+=usr/share/man/man8/portsnap.8.gz .endif +.if ${MK_PPP} == no +OLD_FILES+=etc/ppp/ppp.conf +OLD_FILES+=usr/sbin/ppp +OLD_FILES+=usr/sbin/pppctl +OLD_FILES+=usr/share/man/man8/ppp.8.gz +OLD_FILES+=usr/share/man/man8/pppctl.8.gz +.endif + .if ${MK_PROFILE} == no OLD_FILES+=usr/lib/libalias_cuseeme_p.a OLD_FILES+=usr/lib/libalias_dummy_p.a
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002281443.o1SEhtTj007731>