diff options
| author | Stanislav Sedov <stas@FreeBSD.org> | 2011-05-12 10:11:39 +0000 |
|---|---|---|
| committer | Stanislav Sedov <stas@FreeBSD.org> | 2011-05-12 10:11:39 +0000 |
| commit | 0daf62d9f5f7d2c15d00d71eb519b90516df016f (patch) | |
| tree | 9f873599b157e2ba06c3088d82cad8a221b42d18 /usr.bin/fstat/Makefile | |
| parent | 4b5404a9dec82a247f7298f40f2df475833f8e50 (diff) | |
Notes
Diffstat (limited to 'usr.bin/fstat/Makefile')
| -rw-r--r-- | usr.bin/fstat/Makefile | 20 |
1 files changed, 4 insertions, 16 deletions
diff --git a/usr.bin/fstat/Makefile b/usr.bin/fstat/Makefile index 23e907b9b5c42..c59e123e62ce0 100644 --- a/usr.bin/fstat/Makefile +++ b/usr.bin/fstat/Makefile @@ -1,24 +1,12 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 # $FreeBSD$ -.include <bsd.own.mk> - PROG= fstat -SRCS= cd9660.c fstat.c msdosfs.c +SRCS= fstat.c fuser.c main.c +LINKS= ${BINDIR}/fstat ${BINDIR}/fuser DPADD= ${LIBKVM} -LDADD= -lkvm -BINGRP= kmem -BINMODE=2555 - -CFLAGS+=-D_KVM_VNODE +LDADD= -lkvm -lutil -lprocstat -# XXX This is a hack. -.if ${MK_CDDL} != "no" -CFLAGS+= -DZFS -OBJS+= zfs/zfs.o -SUBDIR= zfs -zfs/zfs.o: .PHONY - @cd ${.CURDIR}/zfs && ${MAKE} zfs.o -.endif +MAN1= fuser.1 fstat.1 .include <bsd.prog.mk> |
