xref: /freebsd/lib/libbegemot/Makefile (revision 4b649713fdb348a338f339f9ce2d994580356d78)
15f892a7fSTom Rhodes# $FreeBSD$
25f892a7fSTom Rhodes
3*4b649713SEnji CooperLIBBEGEMOT_DIR=${SRCTOP}/contrib/libbegemot
45f892a7fSTom Rhodes
5a70cba95SGlen BarberPACKAGE=lib${LIB}
65f892a7fSTom Rhodes.PATH: ${LIBBEGEMOT_DIR}
75f892a7fSTom Rhodes
85f892a7fSTom RhodesLIB=	begemot
93ca3047aSKen SmithSHLIB_MAJOR= 4
105f892a7fSTom RhodesSHLIBDIR?= /lib
115f892a7fSTom Rhodes
125f892a7fSTom RhodesCFLAGS+=	-DUSE_SELECT -DQUADFMT='"ll"'
135f892a7fSTom RhodesSRCS=	rpoll.c
145f892a7fSTom RhodesINCS=	rpoll.h
155f892a7fSTom RhodesMAN=	rpoll.3
165f892a7fSTom Rhodes
174d6b7f43SRuslan ErmilovCLEANFILES= rpoll.3
185f892a7fSTom Rhodesrpoll.3: rpoll.man
195f892a7fSTom Rhodes	cat ${.ALLSRC} > ${.TARGET}
205f892a7fSTom Rhodes
215f892a7fSTom RhodesMLINKS=	rpoll.3 poll_register.3		\
225f892a7fSTom Rhodes	rpoll.3 poll_unregister.3	\
235f892a7fSTom Rhodes	rpoll.3 poll_start_timer.3	\
245f892a7fSTom Rhodes	rpoll.3 poll_stop_timer.3	\
255f892a7fSTom Rhodes	rpoll.3 poll_dispatch.3
265f892a7fSTom Rhodes
275f892a7fSTom Rhodes.include <bsd.lib.mk>
28