7 lines
77 B
Makefile
7 lines
77 B
Makefile
# $FreeBSD$
|
|
|
|
SHLIB_NAME?= libubsec.so
|
|
SRCS= e_ubsec.c
|
|
|
|
.include <bsd.lib.mk>
|