freebsd-dev/lib/libalias/Makefile
Dag-Erling Smørgrav de47739e71 Push WARNS back up to 6, but define NO_WERROR; I want the warts out in the
open where people can see them and hopefully fix them.
2004-07-06 12:15:24 +00:00

15 lines
299 B
Makefile

# $FreeBSD$
LIB= alias
SHLIBDIR?= /lib
SHLIB_MAJOR= 4
MAN= libalias.3
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_skinny.c alias_smedia.c \
alias_util.c alias_old.c
INCS= alias.h
WARNS?= 6
NO_WERROR= true
.include <bsd.lib.mk>