libfuse/util/Makefile.am
2001-11-09 14:49:18 +00:00

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