Deleted Added
full compact
Makefile (202892) Makefile (202982)
1# From: @(#)Makefile 8.3 (Berkeley) 1/7/94
1# From: @(#)Makefile 8.3 (Berkeley) 1/7/94
2# $FreeBSD: head/usr.bin/Makefile 202892 2010-01-23 17:31:13Z antoine $
2# $FreeBSD: head/usr.bin/Makefile 202982 2010-01-25 18:52:47Z yongari $
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#

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

385.endif
386_smbutil= smbutil
387.endif
388
389.if ${MACHINE_ARCH} == "powerpc"
390_smbutil= smbutil
391.endif
392
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#

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

385.endif
386_smbutil= smbutil
387.endif
388
389.if ${MACHINE_ARCH} == "powerpc"
390_smbutil= smbutil
391.endif
392
393.if ${MACHINE_ARCH} == "sparc64"
394_smbutil= smbutil
395.endif
396
393.include <bsd.subdir.mk>
397.include <bsd.subdir.mk>