mirror of
https://github.com/mabam/afpfs-ng-mac.git
synced 2024-12-28 06:30:24 +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
|