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

This commit is contained in:
ru 2008-04-29 06:54:12 +00:00
parent 2f007af807
commit b2a855d11a

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