diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2016-04-25 19:05:10 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2016-04-25 19:05:10 +0000 |
commit | 19eecd6b7eec4c02e3000d6143098208757ec866 (patch) | |
tree | 7f2fdc966661e95dfd3640ef3ffd0de14d6edee4 /bin | |
parent | fb298f0b126832fb6be9add2605fc6ac4061b8c0 (diff) |
unlink systrace from the build. pledge is the glorious future that awaits.
the rest of systrace to be deleted in a serious of followup commits.
ok from larger openbsd developer community
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> |