Deleted Added
full compact
Makefile (279505) Makefile (279506)
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 279505 2015-03-01 22:03:52Z ngie $
2# $FreeBSD: stable/10/usr.bin/Makefile 279506 2015-03-01 22:07:54Z ngie $
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#

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

40 du \
41 elf2aout \
42 elfdump \
43 enigma \
44 env \
45 expand \
46 false \
47 fetch \
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#

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

40 du \
41 elf2aout \
42 elfdump \
43 enigma \
44 env \
45 expand \
46 false \
47 fetch \
48 file \
49 find \
50 fmt \
51 fold \
52 fstat \
53 fsync \
54 gcore \
55 gencat \
56 getconf \

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

225.if ${MK_CLANG} != "no"
226_clang= clang
227.endif
228
229.if ${MK_EE} != "no"
230SUBDIR+= ee
231.endif
232
48 find \
49 fmt \
50 fold \
51 fstat \
52 fsync \
53 gcore \
54 gencat \
55 getconf \

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

224.if ${MK_CLANG} != "no"
225_clang= clang
226.endif
227
228.if ${MK_EE} != "no"
229SUBDIR+= ee
230.endif
231
232.if ${MK_FILE} != "no"
233SUBDIR+= file
234.endif
235
233.if ${MK_FINGER} != "no"
234SUBDIR+= finger
235.endif
236
237.if ${MK_FTP} != "no"
238SUBDIR+= ftp
239.endif
240

--- 167 unchanged lines hidden ---
236.if ${MK_FINGER} != "no"
237SUBDIR+= finger
238.endif
239
240.if ${MK_FTP} != "no"
241SUBDIR+= ftp
242.endif
243

--- 167 unchanged lines hidden ---