Clean up the code in bin/ to reduce warnings from GCC3.
[dragonfly.git] / bin / Makefile
1 #       From: @(#)Makefile      8.1 (Berkeley) 5/31/93
2 # $FreeBSD: src/bin/Makefile,v 1.15.2.2 2000/10/31 09:43:57 dougb Exp $
3 # $DragonFly: src/bin/Makefile,v 1.6 2003/12/01 02:20:13 dillon Exp $
4
5 SUBDIR= cat \
6         chio \
7         chmod \
8         cp \
9         cpdup \
10         date \
11         dd \
12         df \
13         domainname \
14         echo \
15         ed \
16         expr \
17         hostname \
18         kill \
19         ln \
20         ls \
21         mkdir \
22         mv \
23         pax \
24         ps \
25         pwd \
26         rcp \
27         rm \
28         rmdir \
29         sh \
30         sleep \
31         stty \
32         sync \
33         test \
34         varsym
35
36 .if !defined(NO_TCSH)
37 SUBDIR+=csh
38 .endif
39
40 .if !defined(NO_SENDMAIL) && !defined(NOUUCP)
41 SUBDIR+=rmail
42 .endif
43
44 .include <bsd.subdir.mk>