From b2a855d11ad0490cd8c054ce641fabad2a6debed Mon Sep 17 00:00:00 2001 From: ru Date: Tue, 29 Apr 2008 06:54:12 +0000 Subject: Don't depend on the modification time of the "zfs" subdir. --- usr.bin/fstat/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.bin') 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 -- cgit v1.1