summaryrefslogtreecommitdiff
path: root/usr.bin/fstat/Makefile
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2009-06-07 03:10:10 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2009-06-07 03:10:10 +0000
commit1207fee9359b17b6793b237d0b8d36a8686df378 (patch)
tree326399d7e80590ac96685a26f272b7f8e66e50e2 /usr.bin/fstat/Makefile
parent015c62b69daf0ef2f78e7e50cded1b5eae40ee94 (diff)
Use the new kvm_getfile2 interface to do the dirty work. OK deraadt@
Diffstat (limited to 'usr.bin/fstat/Makefile')
-rw-r--r--usr.bin/fstat/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.bin/fstat/Makefile b/usr.bin/fstat/Makefile
index 9390a5d2693..6e2829ee779 100644
--- a/usr.bin/fstat/Makefile
+++ b/usr.bin/fstat/Makefile
@@ -1,11 +1,8 @@
-# $OpenBSD: Makefile,v 1.8 2001/06/27 06:16:49 art Exp $
+# $OpenBSD: Makefile,v 1.9 2009/06/07 03:10:09 millert Exp $
PROG= fstat
DPADD= ${LIBKVM}
-SRCS= fstat.c isofs.c
LDADD= -lkvm
-BINGRP= kmem
-BINMODE=2555
CFLAGS+=-DINET6