diff options
-rw-r--r-- | bin/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/Makefile b/bin/Makefile index 28d2c50b65c..d8028fc689b 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.8 1997/12/02 02:27:16 deraadt Exp $ +# $OpenBSD: Makefile,v 1.9 2002/06/06 16:46:36 provos Exp $ -SUBDIR= cat chmod chio cp csh date dd df domainname echo ed expr hostname \ +SUBDIR= cat chio chmod cp csh date dd df domainname echo ed expr hostname \ kill ksh ln ls md5 mkdir mt mv pax ps pwd rcp rm rmail rmdir \ - sleep stty sync test + sleep stty sync systrace test .include <bsd.subdir.mk> |