diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/Makefile b/bin/Makefile index ba19d9ff083..e053af97ad8 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.13 2014/07/16 19:57:34 okan Exp $ +# $OpenBSD: Makefile,v 1.14 2016/04/25 19:05:09 tedu Exp $ 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 rm rmdir sleep stty \ - sync systrace test + sync test .include <bsd.subdir.mk> |