7 lines
283 B
Makefile
7 lines
283 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
AUTOMAKE_OPTIONS = foreign
|
|
SUBDIRS=include bsd_src common client server clients man contrib doc tests
|
|
EXTRA_DIST=fspd.conf FILES INFO BETA.README \
|
|
MACHINES COPYRIGHT setup.sh setup.csh \
|
|
SConstruct SConscript
|