Deleted Added
full compact
Makefile (87874) Makefile (87960)
1# @(#)Makefile 8.5 (Berkeley) 3/31/94
1# @(#)Makefile 8.5 (Berkeley) 3/31/94
2# $FreeBSD: head/sbin/Makefile 87874 2001-12-14 11:41:22Z sheldonh $
2# $FreeBSD: head/sbin/Makefile 87960 2001-12-14 23:11:45Z sheldonh $
3
4# XXX MISSING: icheck ncheck
5
6SUBDIR= adjkerntz \
7 atacontrol \
8 atm \
9 badsect \
10 camcontrol \

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

48 mount_cd9660 \
49 mount_ext2fs \
50 mount_ifs \
51 mount_msdosfs \
52 mount_nfs \
53 mount_ntfs \
54 mount_nullfs \
55 mount_portalfs \
3
4# XXX MISSING: icheck ncheck
5
6SUBDIR= adjkerntz \
7 atacontrol \
8 atm \
9 badsect \
10 camcontrol \

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

48 mount_cd9660 \
49 mount_ext2fs \
50 mount_ifs \
51 mount_msdosfs \
52 mount_nfs \
53 mount_ntfs \
54 mount_nullfs \
55 mount_portalfs \
56 mount_smbfs \
57 mount_std \
58 mount_umapfs \
59 mount_unionfs \
60 mountd \
61 natd \
62 newfs \
63 newfs_msdos \
64 nfsd \

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

82 tunefs \
83 umount \
84 vinum
85
86.if ${MACHINE_ARCH} == "i386"
87SUBDIR+=cxconfig \
88 kget \
89 mount_nwfs \
56 mount_std \
57 mount_umapfs \
58 mount_unionfs \
59 mountd \
60 natd \
61 newfs \
62 newfs_msdos \
63 nfsd \

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

81 tunefs \
82 umount \
83 vinum
84
85.if ${MACHINE_ARCH} == "i386"
86SUBDIR+=cxconfig \
87 kget \
88 mount_nwfs \
89 mount_smbfs \
90 nextboot
91.if ${MACHINE} == "pc98"
92SUBDIR+=fdisk_pc98
93.else
94SUBDIR+=fdisk
95.endif
96.endif
97
98.if ${MACHINE_ARCH} == "ia64"
99SUBDIR+=fdisk
100.endif
101
102.include <bsd.subdir.mk>
90 nextboot
91.if ${MACHINE} == "pc98"
92SUBDIR+=fdisk_pc98
93.else
94SUBDIR+=fdisk
95.endif
96.endif
97
98.if ${MACHINE_ARCH} == "ia64"
99SUBDIR+=fdisk
100.endif
101
102.include <bsd.subdir.mk>