#
# Makefile for sockspipe
#
# $Id: Makefile,v 1.3 2000/07/20 14:11:54 akiyama Exp $
#

#
# You must specify your socks library version by USE_SOCKS.
#

COPTS= -DUSE_SOCKS=5
LDADD= -L/usr/local/lib -lsocks5
#DEBUG_FLAGS= -Wall -g

CC= cc -pthread
LD= cc -pthread

PREFIX?= /usr/local

PROG= sockspipe

BINOWN= root
BINMODE= 555
BINDIR= $(PREFIX)/bin

MANDIR= $(PREFIX)/man/man

CLEANFILES+= *~

.include <bsd.prog.mk>
