Don't depend on the modification time of the "zfs" subdir.

This commit is contained in:
Ruslan Ermilov 2008-04-29 06:54:12 +00:00
parent 24c9b0c84e
commit 562f2f71eb

View file

@ -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