Deleted Added
full compact
Makefile (148785) Makefile (150314)
1# From: @(#)Makefile 8.3 (Berkeley) 1/7/94
1# From: @(#)Makefile 8.3 (Berkeley) 1/7/94
2# $FreeBSD: head/usr.bin/Makefile 148785 2005-08-06 07:41:36Z phk $
2# $FreeBSD: head/usr.bin/Makefile 150314 2005-09-19 08:13:43Z imura $
3
4# XXX MISSING: deroff diction graph learn plot
5# spell spline struct xsend
6# XXX Use GNU versions: apropos bc dc diff grep ld man patch whatis
7# Moved to secure: bdes
8#
9
10SUBDIR= alias \

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

310.endif
311
312.if ${MACHINE_ARCH} == "amd64"
313_ncplist= ncplist
314_ncplogin= ncplogin
315_smbutil= smbutil
316.endif
317
3
4# XXX MISSING: deroff diction graph learn plot
5# spell spline struct xsend
6# XXX Use GNU versions: apropos bc dc diff grep ld man patch whatis
7# Moved to secure: bdes
8#
9
10SUBDIR= alias \

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

310.endif
311
312.if ${MACHINE_ARCH} == "amd64"
313_ncplist= ncplist
314_ncplogin= ncplogin
315_smbutil= smbutil
316.endif
317
318.if ${MACHINE_ARCH} == "powerpc"
319_smbutil= smbutil
320.endif
321
318.include <bsd.subdir.mk>
322.include <bsd.subdir.mk>