d15583713a
- SHLIB_MAJOR++.
13 lines
262 B
Makefile
13 lines
262 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= alias
|
|
SHLIB_MAJOR= 4
|
|
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_pptp.c alias_proxy.c alias_util.c
|
|
INCS= alias.h
|
|
MAN3= libalias.3
|
|
|
|
.include <bsd.lib.mk>
|