Skip to content

Commit 85b78dd

Browse files
committed
(TEST) - Pretend we are EMC model.
1 parent 27b494c commit 85b78dd

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,11 @@ TLM_SRCS = tlm/tlm_util.c \
3030
tlm/tlm_info.c \
3131
tlm/tlm_hardlink.c
3232

33-
LDADD = -lmd -lpthread -lc
33+
#LDADD = -lmd -lpthread -lc
34+
LDADD = -lmd -lpthread -lc -lzfs -lzfs_core -lnvpair -lumem -lbsm
3435
MAN=
3536
CFLAGS += -I. -I./include
37+
CFLAGS+= -DEMC_MODEL
3638

3739
PREFIX ?= /usr/local
3840
DSTDIR = ${PREFIX}/sbin

0 commit comments

Comments
 (0)