]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - lib/libbegemot/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / lib / libbegemot / Makefile
1 # $FreeBSD$
2
3 LIBBEGEMOT_DIR=${.CURDIR}/../../contrib/libbegemot
4
5 .PATH: ${LIBBEGEMOT_DIR}
6
7 LIB=    begemot
8 SHLIB_MAJOR= 4
9 SHLIBDIR?= /lib
10
11 # WARNS?=       6
12
13 CFLAGS+=        -DUSE_SELECT -DQUADFMT='"ll"'
14 SRCS=   rpoll.c
15 INCS=   rpoll.h
16 MAN=    rpoll.3
17
18 CLEANFILES= rpoll.3
19 rpoll.3: rpoll.man
20         cat ${.ALLSRC} > ${.TARGET}
21
22 MLINKS= rpoll.3 poll_register.3         \
23         rpoll.3 poll_unregister.3       \
24         rpoll.3 poll_start_timer.3      \
25         rpoll.3 poll_stop_timer.3       \
26         rpoll.3 poll_dispatch.3
27
28 .include <bsd.lib.mk>