Deleted Added
full compact
Makefile (250626) Makefile (252356)
1#$FreeBSD: head/rescue/rescue/Makefile 250626 2013-05-13 22:16:33Z delphij $
1#$FreeBSD: head/rescue/rescue/Makefile 252356 2013-06-28 21:00:08Z davide $
2# @(#)Makefile 8.1 (Berkeley) 6/2/93
3
4NO_MAN=
5
6.include <bsd.own.mk>
7MK_SSP= no
8
9PROG= rescue

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

125.if ${MK_ZFS} != "no"
126CRUNCH_LIBS+= -lavl -ljail -lzfs_core -lzfs -lnvpair -lpthread -luutil -lumem
127.endif
128CRUNCH_LIBS+= -lgeom -lbsdxml -lkiconv -lmd -lsbuf -lufs -lz
129
130.if ${MACHINE_CPUARCH} == "i386"
131CRUNCH_PROGS_sbin+= bsdlabel sconfig fdisk
132CRUNCH_ALIAS_bsdlabel= disklabel
2# @(#)Makefile 8.1 (Berkeley) 6/2/93
3
4NO_MAN=
5
6.include <bsd.own.mk>
7MK_SSP= no
8
9PROG= rescue

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

125.if ${MK_ZFS} != "no"
126CRUNCH_LIBS+= -lavl -ljail -lzfs_core -lzfs -lnvpair -lpthread -luutil -lumem
127.endif
128CRUNCH_LIBS+= -lgeom -lbsdxml -lkiconv -lmd -lsbuf -lufs -lz
129
130.if ${MACHINE_CPUARCH} == "i386"
131CRUNCH_PROGS_sbin+= bsdlabel sconfig fdisk
132CRUNCH_ALIAS_bsdlabel= disklabel
133#CRUNCH_PROGS+= mount_smbfs
134#CRUNCH_LIBS+= -lsmb
133.endif
134
135.if ${MACHINE} == "pc98"
136CRUNCH_PROGS_sbin+= bsdlabel
137CRUNCH_SRCDIR_fdisk= $(.CURDIR)/../../sbin/fdisk_pc98
138.endif
139
140.if ${MACHINE_CPUARCH} == "ia64"

--- 79 unchanged lines hidden ---
135.endif
136
137.if ${MACHINE} == "pc98"
138CRUNCH_PROGS_sbin+= bsdlabel
139CRUNCH_SRCDIR_fdisk= $(.CURDIR)/../../sbin/fdisk_pc98
140.endif
141
142.if ${MACHINE_CPUARCH} == "ia64"

--- 79 unchanged lines hidden ---