svn commit: r335598 - in head: sbin usr.bin

Eitan Adler eadler at FreeBSD.org
Sun Jun 24 09:39:42 UTC 2018


Author: eadler
Date: Sun Jun 24 09:39:40 2018
New Revision: 335598
URL: https://svnweb.freebsd.org/changeset/base/335598

Log:
  Makefiles: remove outdated comments

Modified:
  head/sbin/Makefile
  head/usr.bin/Makefile

Modified: head/sbin/Makefile
==============================================================================
--- head/sbin/Makefile	Sun Jun 24 05:40:42 2018	(r335597)
+++ head/sbin/Makefile	Sun Jun 24 09:39:40 2018	(r335598)
@@ -3,8 +3,6 @@
 
 .include <src.opts.mk>
 
-# XXX MISSING:		icheck ncheck
-
 SUBDIR=adjkerntz \
 	camcontrol \
 	clri \

Modified: head/usr.bin/Makefile
==============================================================================
--- head/usr.bin/Makefile	Sun Jun 24 05:40:42 2018	(r335597)
+++ head/usr.bin/Makefile	Sun Jun 24 09:39:40 2018	(r335598)
@@ -3,11 +3,6 @@
 
 .include <src.opts.mk>
 
-# XXX MISSING:		deroff diction graph learn plot
-#			spell spline struct xsend
-# XXX Use GNU versions: diff ld patch
-#
-
 SUBDIR=	alias \
 	apply \
 	asa \


More information about the svn-src-all mailing list