svn commit: r187068 - projects/vap7/usr.sbin

Sam Leffler sam at FreeBSD.org
Sun Jan 11 15:19:18 PST 2009


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"


More information about the svn-src-projects mailing list