Deleted Added
full compact
Makefile (172403) Makefile (172491)
1# From: @(#)Makefile 8.3 (Berkeley) 1/7/94
1# From: @(#)Makefile 8.3 (Berkeley) 1/7/94
2# $FreeBSD: head/usr.bin/Makefile 172403 2007-10-01 18:22:32Z ru $
2# $FreeBSD: head/usr.bin/Makefile 172491 2007-10-09 13:42:34Z obrien $
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: apropos bc dc diff grep ld man patch whatis
9# Moved to secure: bdes
10#

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

255
256.if ${MK_CALENDAR} != "no"
257_calendar= calendar
258.endif
259
260.if ${MK_OPENSSL} != "no"
261_chkey= chkey
262_newkey= newkey
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: apropos bc dc diff grep ld man patch whatis
9# Moved to secure: bdes
10#

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

255
256.if ${MK_CALENDAR} != "no"
257_calendar= calendar
258.endif
259
260.if ${MK_OPENSSL} != "no"
261_chkey= chkey
262_newkey= newkey
263.if ${MK_LIBTHR} != "no" || ${MK_LIBPTHREAD} != "no"
263.if ${MK_LIBPTHREAD} != "no" && (${MK_LIBTHR} != "no" || ${MK_LIBKSE} != "no")
264_csup= csup
265.endif
266.endif
267
268.if ${MK_HESIOD} != "no"
269_hesinfo= hesinfo
270.endif
271

--- 58 unchanged lines hidden ---
264_csup= csup
265.endif
266.endif
267
268.if ${MK_HESIOD} != "no"
269_hesinfo= hesinfo
270.endif
271

--- 58 unchanged lines hidden ---