From f1ae9af2c21895d984b06c9712fe0b50a79e03b9 Mon Sep 17 00:00:00 2001 From: hsn <> Date: Sun, 23 Jan 2000 16:30:22 +0000 Subject: [PATCH] Initial revision --- bsd_src/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 bsd_src/Makefile.am diff --git a/bsd_src/Makefile.am b/bsd_src/Makefile.am new file mode 100644 index 0000000..6b961dd --- /dev/null +++ b/bsd_src/Makefile.am @@ -0,0 +1,6 @@ +## Process this file with automake to produce Makefile.in + +noinst_LIBRARIES = libbsdfsp.a + +libbsdfsp_a_SOURCES = cmp.c fnmatch.c glob.c operator.c print.c \ + find.c function.c ls.c option.c util.c \ No newline at end of file