lib: Move the definition of WARNS into lib/Makefile.inc.
[dragonfly.git] / lib / libncp / Makefile
1 # $FreeBSD: src/lib/libncp/Makefile,v 1.3 1999/11/12 15:09:56 peter Exp $
2
3 NCPLIB=${.CURDIR}
4
5 LIB=            ncp
6
7 SHLIB_MAJOR=    2
8
9 NOMAN=
10
11 WARNS?=         2
12
13 SRCS=   ncpl_subr.c ncpl_bind.c ncpl_queue.c ncpl_file.c ncpl_misc.c \
14         ncpl_net.c ncpl_rcfile.c ncpl_conn.c ncpl_nls.c ncpl_msg.c \
15         ncpl_rpc.c ncpl_crypt.c ipx.c sap.c
16
17 .include <bsd.lib.mk>