]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - bin/Makefile
Adds a hash table to speed local address lookup
[FreeBSD/FreeBSD.git] / bin / Makefile
1 #       From: @(#)Makefile      8.1 (Berkeley) 5/31/93
2 # $FreeBSD$
3
4 .include <bsd.own.mk>
5
6 SUBDIR= cat \
7         chflags \
8         chio \
9         chmod \
10         cp \
11         ${_csh} \
12         date \
13         dd \
14         df \
15         domainname \
16         echo \
17         ed \
18         expr \
19         getfacl \
20         hostname \
21         kenv \
22         kill \
23         ln \
24         ls \
25         mkdir \
26         mv \
27         pax \
28         ps \
29         pwd \
30         ${_rcp} \
31         realpath \
32         rm \
33         ${_rmail} \
34         rmdir \
35         setfacl \
36         sh \
37         sleep \
38         stty \
39         sync \
40         test
41
42 .if ${MK_RCMDS} != "no"
43 _rcp=   rcp
44 .endif
45
46 .if ${MK_SENDMAIL} != "no"
47 _rmail= rmail
48 .endif
49
50 .if ${MK_TCSH} != "no"
51 _csh=   csh
52 .endif
53
54 .include <bsd.subdir.mk>