Deleted Added
full compact
Makefile (202181) Makefile (202982)
1# From: @(#)Makefile 5.20 (Berkeley) 6/12/93
1# From: @(#)Makefile 5.20 (Berkeley) 6/12/93
2# $FreeBSD: head/usr.sbin/Makefile 202181 2010-01-13 03:16:31Z thompsa $
2# $FreeBSD: head/usr.sbin/Makefile 202982 2010-01-25 18:52:47Z yongari $
3
4.include <bsd.own.mk>
5
6# XXX MISSING: mkproto
7SUBDIR= ${_ac} \
8 ${_accton} \
9 ${_acpi} \
10 adduser \

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

507.if ${MACHINE_ARCH} == "powerpc"
508_mount_smbfs= mount_smbfs
509_nvram= nvram
510_ofwdump= ofwdump
511.endif
512
513.if ${MACHINE_ARCH} == "sparc64"
514_eeprom= eeprom
3
4.include <bsd.own.mk>
5
6# XXX MISSING: mkproto
7SUBDIR= ${_ac} \
8 ${_accton} \
9 ${_acpi} \
10 adduser \

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

507.if ${MACHINE_ARCH} == "powerpc"
508_mount_smbfs= mount_smbfs
509_nvram= nvram
510_ofwdump= ofwdump
511.endif
512
513.if ${MACHINE_ARCH} == "sparc64"
514_eeprom= eeprom
515_mount_smbfs= mount_smbfs
515_ofwdump= ofwdump
516.endif
517
518.include <bsd.subdir.mk>
516_ofwdump= ofwdump
517.endif
518
519.include <bsd.subdir.mk>