10 lines
295 B
Makefile
10 lines
295 B
Makefile
# @(#)Makefile 5.33.1.1 (Berkeley) 5/6/91
|
|
#
|
|
# $Header: /cvsroot/src/bin/Makefile,v 1.8 1993/05/04 07:08:38 glass Exp $
|
|
|
|
SUBDIR= cat chmod cp csh date dd df echo ed expr hostname kill ln ls \
|
|
mkdir mt mv ps pwd rcp rm rmail rmdir sh sleep stty sync test \
|
|
domainname
|
|
|
|
.include <bsd.subdir.mk>
|