mirror of
https://github.com/mabam/afpfs-ng-mac.git
synced 2025-01-04 04:29:23 +00:00
6 lines
102 B
Makefile
6 lines
102 B
Makefile
if HAVE_LIBFUSE
|
|
SUBDIRS = lib fuse cmdline include docs
|
|
else
|
|
SUBDIRS = lib cmdline include docs
|
|
endif
|