6 lines
219 B
Makefile
6 lines
219 B
Makefile
## 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
|