bcachefs-tools/Makefile
Ricky Benitez a02bc8df01 Add checksum to superblock
Add checksum to the superblock to prevent warning messages when
registering devices.
2011-07-26 10:02:15 -07:00

22 lines
578 B
Makefile

PREFIX=/usr
CFLAGS=-O2 -Wall -g
all: make-bcache probe-bcache
install: make-bcache probe-bcache
install -m0755 make-bcache ${PREFIX}/sbin/
install -m0755 probe-bcache /sbin/
install -m0644 61-bcache.rules /lib/udev/rules.d/
install -m0755 initramfs /usr/share/initramfs-tools/hooks/bcache
install -m0644 make-bcache.8 ${PREFIX}/share/man/man8
# install -m0755 bcache-test ${PREFIX}/sbin/
clean:
rm -f make-bcache probe-bcache bcache-test *.o
bcache-test: LDLIBS += -lm -lssl -lcrypto
make-bcache: LDLIBS += -luuid
make-bcache: bcache.o
probe-bcache: LDLIBS += -luuid