mirror of
https://github.com/libfuse/libfuse.git
synced 2024-11-27 14:14:28 +08:00
10 lines
225 B
Makefile
10 lines
225 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
bin_PROGRAMS = fusermount
|
|
|
|
fusermount_SOURCES = fusermount.c
|
|
|
|
install-exec-hook:
|
|
chown root $(DESTDIR)$(bindir)/fusermount
|
|
chmod u+s $(DESTDIR)$(bindir)/fusermount
|