Deleted Added
full compact
Makefile (119506) Makefile (119553)
1# @(#)Makefile 8.5 (Berkeley) 3/31/94
1# @(#)Makefile 8.5 (Berkeley) 3/31/94
2# $FreeBSD: head/sbin/Makefile 119506 2003-08-27 19:58:40Z phk $
2# $FreeBSD: head/sbin/Makefile 119553 2003-08-29 10:35:01Z phk $
3
4# XXX MISSING: icheck ncheck
5
6SUBDIR= adjkerntz \
7 atacontrol \
8 badsect \
9 bsdlabel \
10 camcontrol \

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

69 shutdown \
70 slattach \
71 spppcontrol \
72 startslip \
73 sunlabel \
74 swapon \
75 sysctl \
76 tunefs \
3
4# XXX MISSING: icheck ncheck
5
6SUBDIR= adjkerntz \
7 atacontrol \
8 badsect \
9 bsdlabel \
10 camcontrol \

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

69 shutdown \
70 slattach \
71 spppcontrol \
72 startslip \
73 sunlabel \
74 swapon \
75 sysctl \
76 tunefs \
77 umount \
78 vinum
77 umount
79
80.if !defined(NOATM)
81SUBDIR+=atm
82.endif
83
84.if !defined(NO_CXX)
85SUBDIR+=devd
86.endif

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

93 ipnat
94.endif
95
96.if !defined(NOINET6)
97SUBDIR+=ip6fw \
98 ping6
99.endif
100
78
79.if !defined(NOATM)
80SUBDIR+=atm
81.endif
82
83.if !defined(NO_CXX)
84SUBDIR+=devd
85.endif

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

92 ipnat
93.endif
94
95.if !defined(NOINET6)
96SUBDIR+=ip6fw \
97 ping6
98.endif
99
100.if !defined(NO_VINUM)
101SUBDIR+=vinum
102.endif
103
101.if ${MACHINE_ARCH} == "i386"
102SUBDIR+=cxconfig
103.if ${MACHINE} == "pc98"
104SUBDIR+=fdisk_pc98
105.else
106SUBDIR+=fdisk
107.endif
108.endif

--- 13 unchanged lines hidden ---
104.if ${MACHINE_ARCH} == "i386"
105SUBDIR+=cxconfig
106.if ${MACHINE} == "pc98"
107SUBDIR+=fdisk_pc98
108.else
109SUBDIR+=fdisk
110.endif
111.endif

--- 13 unchanged lines hidden ---