xref: /freebsd/lib/libbegemot/Makefile (revision 3ca3047aee082043d90aff2611a349c86c98e97c)
15f892a7fSTom Rhodes# $FreeBSD$
25f892a7fSTom Rhodes
35f892a7fSTom RhodesLIBBEGEMOT_DIR=${.CURDIR}/../../contrib/libbegemot
45f892a7fSTom Rhodes
55f892a7fSTom Rhodes.PATH: ${LIBBEGEMOT_DIR}
65f892a7fSTom Rhodes
75f892a7fSTom RhodesLIB=	begemot
83ca3047aSKen SmithSHLIB_MAJOR= 4
95f892a7fSTom RhodesSHLIBDIR?= /lib
105f892a7fSTom Rhodes
115f892a7fSTom Rhodes# WARNS?=	6
125f892a7fSTom Rhodes
135f892a7fSTom RhodesCFLAGS+=	-DUSE_SELECT -DQUADFMT='"ll"'
145f892a7fSTom RhodesSRCS=	rpoll.c
155f892a7fSTom RhodesINCS=	rpoll.h
165f892a7fSTom RhodesMAN=	rpoll.3
175f892a7fSTom Rhodes
184d6b7f43SRuslan ErmilovCLEANFILES= rpoll.3
195f892a7fSTom Rhodesrpoll.3: rpoll.man
205f892a7fSTom Rhodes	cat ${.ALLSRC} > ${.TARGET}
215f892a7fSTom Rhodes
225f892a7fSTom RhodesMLINKS=	rpoll.3 poll_register.3		\
235f892a7fSTom Rhodes	rpoll.3 poll_unregister.3	\
245f892a7fSTom Rhodes	rpoll.3 poll_start_timer.3	\
255f892a7fSTom Rhodes	rpoll.3 poll_stop_timer.3	\
265f892a7fSTom Rhodes	rpoll.3 poll_dispatch.3
275f892a7fSTom Rhodes
285f892a7fSTom Rhodes.include <bsd.lib.mk>
29