]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - bin/Makefile
Remove the last reference to NOUUCP - we don't have UUCP in the base
[FreeBSD/FreeBSD.git] / bin / Makefile
1 #       From: @(#)Makefile      8.1 (Berkeley) 5/31/93
2 # $FreeBSD$
3
4 SUBDIR= cat \
5         chio \
6         chmod \
7         cp \
8         date \
9         dd \
10         df \
11         domainname \
12         echo \
13         ed \
14         expr \
15         getfacl \
16         hostname \
17         kill \
18         ln \
19         ls \
20         mkdir \
21         mv \
22         pax \
23         ps \
24         pwd \
25         realpath \
26         rm \
27         rmdir \
28         setfacl \
29         sh \
30         sleep \
31         stty \
32         sync \
33         test
34
35 .if !defined(NO_RCMNDS)
36 SUBDIR+=rcp
37 .endif
38
39 .if !defined(NO_TCSH)
40 SUBDIR+=csh
41 .endif
42
43 .if !defined(NO_SENDMAIL)
44 SUBDIR+=rmail
45 .endif
46
47 .include <bsd.subdir.mk>