12 lines
134 B
Makefile
12 lines
134 B
Makefile
|
# $FreeBSD$
|
||
|
LIB=socketbind
|
||
|
SHLIB_MAJOR=1
|
||
|
|
||
|
DESTDIR=/usr/local
|
||
|
SRCS=socketbind.c
|
||
|
NOMAN=YES
|
||
|
#DEBUG_FLAGS=-DDEBUG
|
||
|
|
||
|
|
||
|
.include <bsd.lib.mk>
|