Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Jan 2009 23:19:17 +0000 (UTC)
From:      Sam Leffler <sam@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r187068 - projects/vap7/usr.sbin
Message-ID:  <200901112319.n0BNJHxN041374@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sam
Date: Sun Jan 11 23:19:17 2009
New Revision: 187068
URL: http://svn.freebsd.org/changeset/base/187068

Log:
  fix mismerge; looks like part of usr.bin/Makefile got integrated

Modified:
  projects/vap7/usr.sbin/Makefile

Modified: projects/vap7/usr.sbin/Makefile
==============================================================================
--- projects/vap7/usr.sbin/Makefile	Sun Jan 11 22:36:45 2009	(r187067)
+++ projects/vap7/usr.sbin/Makefile	Sun Jan 11 23:19:17 2009	(r187068)
@@ -393,23 +393,8 @@ _sysinstall=	sysinstall
 .endif
 
 .if ${MK_TOOLCHAIN} != "no"
-_ar=		ar
-_c89=		c89
-_c99=		c99
-_compile_et=	compile_et
-_ctags=		ctags
-_file2c=	file2c
-_gprof=		gprof
-_indent=	indent
-_lex=		lex
-_mkstr=		mkstr
-_rpcgen=	rpcgen
-_unifdef=	unifdef
-_xlint=		xlint
-_xstr=		xstr
-# XXX maybe under textproc?
-_vgrind=	vgrind
-_yacc=		yacc
+_config=	config
+_crunch=	crunch
 .endif
 
 .if ${MK_USB} != "no"



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