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 | |
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
-rw-r--r-- | bin/Makefile | 4 | ||||
-rw-r--r-- | sys/conf/GENERIC | 3 |
2 files changed, 3 insertions, 4 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> diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC index 405efbf2d56..a9eaae36191 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.226 2016/03/24 07:18:11 mpi Exp $ +# $OpenBSD: GENERIC,v 1.227 2016/04/25 19:05:09 tedu Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -86,7 +86,6 @@ pseudo-device msts 1 # MSTS line discipline pseudo-device endrun 1 # EndRun line discipline pseudo-device vnd 4 # vnode disk devices pseudo-device ksyms 1 # kernel symbols device -pseudo-device systrace 1 # system call tracing device # clonable devices pseudo-device bpfilter # packet filter |