mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 10:11:09 -04:00
11 lines
122 B
Makefile
11 lines
122 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= RSAglue
|
|
SHLIB_MAJOR= 1
|
|
SRCS= stub.c
|
|
|
|
CLEANFILES+= stub.c
|
|
stub.c:
|
|
touch stub.c
|
|
|
|
.include <bsd.lib.mk>
|