diff options
author | ru <ru@FreeBSD.org> | 2008-04-29 06:54:12 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2008-04-29 06:54:12 +0000 |
commit | b2a855d11ad0490cd8c054ce641fabad2a6debed (patch) | |
tree | 5e6e262cc1d96d0d6561e5d40ad5ff46cf598551 /usr.bin/fstat | |
parent | 2f007af8077d32f602bef4ba826e379ef66d6665 (diff) | |
download | FreeBSD-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/Makefile | 3 |
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 |