7 lines
75 B
Makefile
7 lines
75 B
Makefile
# $FreeBSD$
|
|
|
|
SHLIB_NAME?= libchil.so
|
|
SRCS= e_chil.c
|
|
|
|
.include <bsd.lib.mk>
|