Deleted Added
full compact
Makefile (41041) Makefile (41061)
1# @(#)Makefile 8.5 (Berkeley) 3/31/94
1# @(#)Makefile 8.5 (Berkeley) 3/31/94
2# $Id: Makefile,v 1.57 1998/09/28 05:38:52 grog Exp $
2# $Id: Makefile,v 1.58 1998/11/09 21:52:50 dima Exp $
3
4# XXX MISSING: icheck ncheck
5
3
4# XXX MISSING: icheck ncheck
5
6SUBDIR= atm \
7 adjkerntz \
6SUBDIR= adjkerntz \
7 atm \
8 badsect \
9 camcontrol \
10 ccdconfig \
11 clri \
12 disklabel \
13 dmesg \
14 dset \
15 dump \

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

50 quotacheck \
51 reboot \
52 restore \
53 route \
54 routed \
55 savecore \
56 shutdown \
57 slattach \
8 badsect \
9 camcontrol \
10 ccdconfig \
11 clri \
12 disklabel \
13 dmesg \
14 dset \
15 dump \

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

50 quotacheck \
51 reboot \
52 restore \
53 route \
54 routed \
55 savecore \
56 shutdown \
57 slattach \
58 startslip \
59 spppcontrol \
58 spppcontrol \
59 startslip \
60 swapon \
61 tunefs \
62 umount \
63 vinum
64
65.if exists(${.CURDIR}/${MACHINE_ARCH})
66SUBDIR+= ${MACHINE_ARCH}
67.endif
68
69.include <bsd.subdir.mk>
60 swapon \
61 tunefs \
62 umount \
63 vinum
64
65.if exists(${.CURDIR}/${MACHINE_ARCH})
66SUBDIR+= ${MACHINE_ARCH}
67.endif
68
69.include <bsd.subdir.mk>