freebsd-dev/lib/libbegemot/Makefile
Ken Smith 3ca3047aee Bump the version of all non-symbol-versioned shared libraries in
preparation for 8.0-RELEASE.  Add the previous version of those
libraries to ObsoleteFiles.inc and bump __FreeBSD_Version.

Reviewed by:    kib
Approved by:    re (rwatson)
2009-07-19 17:25:24 +00:00

29 lines
470 B
Makefile

# $FreeBSD$
LIBBEGEMOT_DIR=${.CURDIR}/../../contrib/libbegemot
.PATH: ${LIBBEGEMOT_DIR}
LIB= begemot
SHLIB_MAJOR= 4
SHLIBDIR?= /lib
# WARNS?= 6
CFLAGS+= -DUSE_SELECT -DQUADFMT='"ll"'
SRCS= rpoll.c
INCS= rpoll.h
MAN= rpoll.3
CLEANFILES= rpoll.3
rpoll.3: rpoll.man
cat ${.ALLSRC} > ${.TARGET}
MLINKS= rpoll.3 poll_register.3 \
rpoll.3 poll_unregister.3 \
rpoll.3 poll_start_timer.3 \
rpoll.3 poll_stop_timer.3 \
rpoll.3 poll_dispatch.3
.include <bsd.lib.mk>