mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
10 lines
121 B
Makefile
10 lines
121 B
Makefile
LIB=socketbind
|
|
SHLIB_MAJOR=1
|
|
|
|
DESTDIR=/usr/local
|
|
SRCS=socketbind.c
|
|
NOMAN=YES
|
|
#DEBUG_FLAGS=-DDEBUG
|
|
|
|
.include <bsd.lib.mk>
|