mirror of
https://git.freebsd.org/ports.git
synced 2025-07-14 15:59:18 -04:00
9 lines
121 B
Makefile
9 lines
121 B
Makefile
LIB=socketbind
|
|
SHLIB_MAJOR=1
|
|
|
|
DESTDIR=/usr/local
|
|
SRCS=socketbind.c
|
|
NOMAN=YES
|
|
#DEBUG_FLAGS=-DDEBUG
|
|
|
|
.include <bsd.lib.mk>
|