Deleted Added
full compact
Makefile (260024) Makefile (264303)
1# From: @(#)Makefile 8.3 (Berkeley) 1/7/94
1# From: @(#)Makefile 8.3 (Berkeley) 1/7/94
2# $FreeBSD: stable/10/usr.bin/Makefile 260024 2013-12-28 23:08:58Z jmmv $
2# $FreeBSD: stable/10/usr.bin/Makefile 264303 2014-04-09 18:16:58Z dim $
3
4.include <bsd.own.mk>
5
6# XXX MISSING: deroff diction graph learn plot
7# spell spline struct xsend
8# XXX Use GNU versions: diff ld patch
9# Moved to secure: bdes
10#

--- 360 unchanged lines hidden (view full) ---

371.if ${MK_SVN} == "yes" || ${MK_SVNLITE} == "yes"
372SUBDIR+= svn
373.endif
374
375.include <bsd.arch.inc.mk>
376
377SUBDIR:= ${SUBDIR:O}
378
3
4.include <bsd.own.mk>
5
6# XXX MISSING: deroff diction graph learn plot
7# spell spline struct xsend
8# XXX Use GNU versions: diff ld patch
9# Moved to secure: bdes
10#

--- 360 unchanged lines hidden (view full) ---

371.if ${MK_SVN} == "yes" || ${MK_SVNLITE} == "yes"
372SUBDIR+= svn
373.endif
374
375.include <bsd.arch.inc.mk>
376
377SUBDIR:= ${SUBDIR:O}
378
379SUBDIR_PARALLEL=
380
379.include <bsd.subdir.mk>
381.include <bsd.subdir.mk>