From 740468134d7c1ddfa8c3dbe57836091e5ff7a163 Mon Sep 17 00:00:00 2001 From: hsn <> Date: Tue, 30 Sep 2003 15:55:15 +0000 Subject: [PATCH] Initial revision --- Makefile.am | 5 +++++ tests/Makefile.am | 2 ++ 2 files changed, 7 insertions(+) create mode 100644 Makefile.am create mode 100644 tests/Makefile.am diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..e969c54 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,5 @@ +## 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 diff --git a/tests/Makefile.am b/tests/Makefile.am new file mode 100644 index 0000000..59dff13 --- /dev/null +++ b/tests/Makefile.am @@ -0,0 +1,2 @@ +noinst_PROGRAMS=mklargefile +extra_DIST=mklargefile.py