8 lines
90 B
Makefile
8 lines
90 B
Makefile
|
.PATH: ${.CURDIR}/..
|
||
|
|
||
|
LIB= lilcrypto
|
||
|
NOMAN= noman
|
||
|
SRCS= ${LC_SRCS}
|
||
|
|
||
|
.include <bsd.lib.mk>
|