]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - bin/Makefile
This commit was generated by cvs2svn to compensate for changes in r36882,
[FreeBSD/FreeBSD.git] / bin / Makefile
1 #       From: @(#)Makefile      8.1 (Berkeley) 5/31/93
2 #       $Id: Makefile,v 1.11 1998/05/09 06:42:52 jb Exp $
3
4 SUBDIR= cat chio chmod cp csh date dd domainname echo ed expr hostname \
5         kill ln ls mkdir mv pax pwd rcp rm rmdir sh sleep \
6         stty sync test
7
8 .if !defined(NO_SENDMAIL)
9 SUBDIR+=rmail
10 .endif
11
12 .if ${MACHINE_ARCH} == "i386"
13 SUBDIR+=df ps
14 .endif
15
16 .include <bsd.subdir.mk>