Track the last read and last write timestamp at the device level and modify
[dragonfly.git] / sbin / Makefile
1 #       @(#)Makefile    8.5 (Berkeley) 3/31/94
2 # $FreeBSD: src/sbin/Makefile,v 1.77.2.9 2002/08/08 09:03:46 ru Exp $
3 # $DragonFly: src/sbin/Makefile,v 1.7 2005/01/09 03:06:48 dillon Exp $
4 #
5 # XXX MISSING:          icheck ncheck
6
7 SUBDIR= adjkerntz \
8         atacontrol \
9         atm \
10         badsect \
11         camcontrol \
12         ccdconfig \
13         clri \
14         comcontrol \
15         dhclient \
16         disklabel \
17         dmesg \
18         dump \
19         dumpfs \
20         dumpon \
21         ffsinfo \
22         fsck \
23         fsck_msdosfs \
24         fsdb \
25         fsirand \
26         growfs \
27         ifconfig \
28         init \
29         ip6fw \
30         ipfw \
31         kldconfig \
32         kldload \
33         kldstat \
34         kldunload \
35         ldconfig \
36         md5 \
37         mknod \
38         mountctl \
39         mount \
40         mount_cd9660 \
41         mount_ext2fs \
42         mount_msdos \
43         mount_nfs \
44         mount_ntfs \
45         mount_null \
46         mount_portal \
47         mount_std \
48         mount_udf \
49         mount_umap \
50         mount_union \
51         mountd \
52         natd \
53         newfs \
54         newfs_msdos \
55         nfsd \
56         nfsiod \
57         nologin \
58         nos-tun \
59         ping \
60         ping6 \
61         quotacheck \
62         reboot \
63         rconfig \
64         rcorder \
65         restore \
66         route \
67         routed \
68         rtsol \
69         rcrun \
70         savecore \
71         shutdown \
72         slattach \
73         spppcontrol \
74         startslip \
75         swapon \
76         sysctl \
77         tunefs \
78         umount \
79         vinum
80
81 .if !defined(NO_IPFILTER)
82 SUBDIR+=ipf \
83         ipfs \
84         ipfstat \
85         ipmon \
86         ipnat
87 .endif
88
89 .if ${MACHINE_ARCH} == i386
90 SUBDIR+=kget \
91         mount_nwfs \
92         mount_smbfs
93 .endif
94
95 .if exists(${.CURDIR}/${MACHINE})
96 SUBDIR+= ${MACHINE}
97 .endif
98
99 .include <bsd.subdir.mk>