summaryrefslogtreecommitdiffstats
path: root/usr.bin/fstat
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2008-04-29 06:54:12 +0000
committerru <ru@FreeBSD.org>2008-04-29 06:54:12 +0000
commitb2a855d11ad0490cd8c054ce641fabad2a6debed (patch)
tree5e6e262cc1d96d0d6561e5d40ad5ff46cf598551 /usr.bin/fstat
parent2f007af8077d32f602bef4ba826e379ef66d6665 (diff)
downloadFreeBSD-src-b2a855d11ad0490cd8c054ce641fabad2a6debed.zip
FreeBSD-src-b2a855d11ad0490cd8c054ce641fabad2a6debed.tar.gz
Don't depend on the modification time of the "zfs" subdir.
Diffstat (limited to 'usr.bin/fstat')
-rw-r--r--usr.bin/fstat/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/fstat/Makefile b/usr.bin/fstat/Makefile
index 45d0e45..d55fce4 100644
--- a/usr.bin/fstat/Makefile
+++ b/usr.bin/fstat/Makefile
@@ -18,8 +18,7 @@ CFLAGS+=-D_KVM_VNODE
CFLAGS+= -DZFS
OBJS+= zfs/zfs.o
SUBDIR= zfs
-${PROG}: zfs
-zfs/zfs.o:
+zfs/zfs.o: .PHONY
@cd ${.CURDIR}/zfs && ${MAKE} zfs.o
.endif
OpenPOWER on IntegriCloud