From 562f2f71eb409ba892c4959911ac6c48e3a83e73 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Tue, 29 Apr 2008 06:54:12 +0000 Subject: [PATCH] Don't depend on the modification time of the "zfs" subdir. --- usr.bin/fstat/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/usr.bin/fstat/Makefile b/usr.bin/fstat/Makefile index 45d0e458c2c..d55fce47986 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