forked from Lainports/freebsd-ports
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>
|