diff options
author | 1996-09-01 18:57:04 +0000 | |
---|---|---|
committer | 1996-09-01 18:57:04 +0000 | |
commit | a5ad2118f8a1c69b0f0fb37708ef0fab24018182 (patch) | |
tree | dfe85311eefa79cf4c0f7b3ef02b3bc1d3ceee23 | |
parent | From scottr@netbsd.org: (diff) | |
download | wireguard-openbsd-a5ad2118f8a1c69b0f0fb37708ef0fab24018182.tar.xz wireguard-openbsd-a5ad2118f8a1c69b0f0fb37708ef0fab24018182.zip |
I like to be able to KTRACE sometimes.
-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 |