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