diff options
Diffstat (limited to 'bin/Makefile')
-rw-r--r-- | bin/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/Makefile b/bin/Makefile index 43d161cefe5..d31c91eefca 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -1,7 +1,8 @@ # $NetBSD: Makefile,v 1.12 1995/03/21 02:08:51 cgd Exp $ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -SUBDIR= cat chmod cp csh date dd df domainname echo ed expr hostname kill ln \ - ls mkdir mt mv pax ps pwd rcp rm rmail rmdir sh sleep stty sync test +SUBDIR= cat chmod chio cp csh date dd df domainname echo ed expr hostname \ + kill ln ls mkdir mt mv pax ps pwd rcp rm rmail rmdir sh sleep \ + stty sync test .include <bsd.subdir.mk> |