diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-04-18 20:17:55 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-04-18 20:17:55 +0000 |
commit | a9bfb586032424b76acb8155f174ab2e4e35c965 (patch) | |
tree | d0948a1cfd11f29adda696c9373bf07d9a0f94db /usr.bin/nfsstat/Makefile | |
parent | 36bd97c6c4f48db2440921ba91c3e5b11b829bdd (diff) |
add back a way to analyze post-mortem cores; does not need sgid for syctl() thoguh
Diffstat (limited to 'usr.bin/nfsstat/Makefile')
-rw-r--r-- | usr.bin/nfsstat/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/nfsstat/Makefile b/usr.bin/nfsstat/Makefile index e33568b688e..ed321b45ca6 100644 --- a/usr.bin/nfsstat/Makefile +++ b/usr.bin/nfsstat/Makefile @@ -1,6 +1,8 @@ -# $OpenBSD: Makefile,v 1.4 2000/04/18 15:24:26 mickey Exp $ +# $OpenBSD: Makefile,v 1.5 2000/04/18 20:17:53 mickey Exp $ PROG= nfsstat CFLAGS+=-DNFS +DPADD= ${LIBKVM} +LDADD= -lkvm .include <bsd.prog.mk> |