]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - bin/Makefile
This commit was generated by cvs2svn to compensate for changes in r36201,
[FreeBSD/FreeBSD.git] / bin / Makefile
1 #       From: @(#)Makefile      8.1 (Berkeley) 5/31/93
2 #       $Id: Makefile,v 1.10 1998/03/13 19:39:14 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 rmail rmdir sh sleep \
6         stty sync test
7
8 .if ${MACHINE_ARCH} == "i386"
9 SUBDIR+=df ps
10 .endif
11
12 .include <bsd.subdir.mk>