summaryrefslogtreecommitdiff
path: root/net/socketbind/files/Makefile
blob: fa3232ac9c1162be090243c06b6ee65a2b9383e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# $FreeBSD$
LIB=socketbind
SHLIB_MAJOR=1

DESTDIR=/usr/local
SRCS=socketbind.c
NOMAN=YES
#DEBUG_FLAGS=-DDEBUG


.include <bsd.lib.mk>