xref: /freebsd-14.2/lib/libbegemot/Makefile (revision d0b2dbfa)
15f892a7fSTom Rhodes
24b649713SEnji CooperLIBBEGEMOT_DIR=${SRCTOP}/contrib/libbegemot
35f892a7fSTom Rhodes
4a70cba95SGlen BarberPACKAGE=lib${LIB}
55f892a7fSTom Rhodes.PATH: ${LIBBEGEMOT_DIR}
65f892a7fSTom Rhodes
75f892a7fSTom RhodesLIB=	begemot
83ca3047aSKen SmithSHLIB_MAJOR= 4
95f892a7fSTom RhodesSHLIBDIR?= /lib
105f892a7fSTom Rhodes
115f892a7fSTom RhodesCFLAGS+=	-DUSE_SELECT -DQUADFMT='"ll"'
125f892a7fSTom RhodesSRCS=	rpoll.c
135f892a7fSTom RhodesINCS=	rpoll.h
145f892a7fSTom RhodesMAN=	rpoll.3
155f892a7fSTom Rhodes
164d6b7f43SRuslan ErmilovCLEANFILES= rpoll.3
175f892a7fSTom Rhodesrpoll.3: rpoll.man
185f892a7fSTom Rhodes	cat ${.ALLSRC} > ${.TARGET}
195f892a7fSTom Rhodes
205f892a7fSTom RhodesMLINKS=	rpoll.3 poll_register.3		\
215f892a7fSTom Rhodes	rpoll.3 poll_unregister.3	\
225f892a7fSTom Rhodes	rpoll.3 poll_start_timer.3	\
235f892a7fSTom Rhodes	rpoll.3 poll_stop_timer.3	\
245f892a7fSTom Rhodes	rpoll.3 poll_dispatch.3
255f892a7fSTom Rhodes
265f892a7fSTom Rhodes.include <bsd.lib.mk>
27*996ee965SJohn Baldwin
28*996ee965SJohn BaldwinCWARNFLAGS+=	${NO_WUSE_AFTER_FREE}
29