diff options
author | briggs <briggs@cvs.openbsd.org> | 1996-09-01 18:57:05 +0000 |
---|---|---|
committer | briggs <briggs@cvs.openbsd.org> | 1996-09-01 18:57:05 +0000 |
commit | be1809226abdfaed97a6f160e236df8aeb37419e (patch) | |
tree | 4c5e6961ee6e0f99dc1df9f15d4ab8cb85e091f3 /sys/arch/mac68k/conf | |
parent | f36ffd0fac3dc34d2ac6a3f0e1e48a7aa03e890d (diff) |
I like to be able to KTRACE sometimes.
Diffstat (limited to 'sys/arch/mac68k/conf')
-rw-r--r-- | sys/arch/mac68k/conf/PUMA | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/mac68k/conf/PUMA b/sys/arch/mac68k/conf/PUMA index 814661adec0..6ba06434237 100644 --- a/sys/arch/mac68k/conf/PUMA +++ b/sys/arch/mac68k/conf/PUMA @@ -1,4 +1,4 @@ -# $OpenBSD: PUMA,v 1.7 1996/08/31 02:09:23 deraadt Exp $ +# $OpenBSD: PUMA,v 1.8 1996/09/01 18:57:04 briggs Exp $ # $NetBSD: PUMA,v 1.13 1996/08/05 01:52:15 scottr Exp $ # # PUMA @@ -14,7 +14,9 @@ options SWAPPAGER, VNODEPAGER, DEVPAGER # paging # Filesystem options options FIFO # POSIX fifo support (in all filesystems) +options KTRACE options DDB + options FFS options MFS # memory-based filesystem options NFSSERVER # Sun NFS-compatible filesystem |