mirror of
https://github.com/openbsd/src.git
synced 2024-12-21 23:18:00 -08:00
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
This commit is contained in:
parent
ed327a6222
commit
b50f925789
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user