mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Don't depend on the modification time of the "zfs" subdir.
This commit is contained in:
parent
24c9b0c84e
commit
562f2f71eb
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue