7d96f4efd2
- Transparent proxying support added. - PPTP redirecting support added based on patches contributed by Dru Nelson <dnelson@redwoodsoft.com>. Submitted by: Charles Mott <cmott@srv.net>
16 lines
386 B
Makefile
16 lines
386 B
Makefile
# $Id: Makefile,v 1.9 1998/08/31 12:14:30 brian Exp $
|
|
|
|
LIB= alias
|
|
SHLIB_MAJOR= 3
|
|
SHLIB_MINOR= 0
|
|
CFLAGS+= -Wall -I${.CURDIR}
|
|
SRCS= alias.c alias_cuseeme.c alias_db.c alias_ftp.c alias_irc.c \
|
|
alias_nbt.c alias_proxy.c alias_util.c
|
|
MAN3= libalias.3
|
|
|
|
beforeinstall:
|
|
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/alias.h \
|
|
${DESTDIR}/usr/include
|
|
|
|
.include <bsd.lib.mk>
|