d05257b0f2
Reviewed by: marcel, and make world
13 lines
249 B
Makefile
13 lines
249 B
Makefile
# $FreeBSD$
|
|
|
|
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
|
|
INCS= alias.h
|
|
MAN3= libalias.3
|
|
|
|
.include <bsd.lib.mk>
|