12208eadfSEd Schouten# $FreeBSD$ 22208eadfSEd Schouten 32208eadfSEd SchoutenLIB= ulog 42208eadfSEd SchoutenSHLIB_MAJOR= 0 52208eadfSEd SchoutenINCS= ulog.h 642782e47SEd SchoutenSRCS= ulog.h ulog_getutxent.c ulog_internal.h ulog_login.c \ 742782e47SEd Schouten ulog_login_pseudo.c ulog_pututxline.c ulog_util.c 82208eadfSEd Schouten 942782e47SEd SchoutenMAN= ulog_getutxent.3 ulog_login.3 ulog_setutxfile.3 102208eadfSEd SchoutenMLINKS+=ulog_getutxent.3 ulog_endutxent.3 \ 1142782e47SEd Schouten ulog_getutxent.3 ulog_getutxline.3 \ 1242782e47SEd Schouten ulog_getutxent.3 ulog_pututxline.3 \ 132208eadfSEd Schouten ulog_getutxent.3 ulog_setutxent.3 \ 142208eadfSEd Schouten ulog_login.3 ulog_login_pseudo.3 \ 152208eadfSEd Schouten ulog_login.3 ulog_logout.3 \ 1642782e47SEd Schouten ulog_login.3 ulog_logout_pseudo.3 \ 1742782e47SEd Schouten ulog_setutxfile.3 ulog_getutxuser.3 1842782e47SEd Schouten 1942782e47SEd Schouten# Add links to <utmpx.h>-style functions. 2042782e47SEd SchoutenMLINKS+=ulog_endutxent.3 endutxent.3 \ 2142782e47SEd Schouten ulog_getutxent.3 getutxent.3 \ 2242782e47SEd Schouten ulog_getutxline.3 getutxline.3 \ 2342782e47SEd Schouten ulog_pututxline.3 pututxline.3 \ 2442782e47SEd Schouten ulog_setutxent.3 setutxent.3 252208eadfSEd Schouten 262208eadfSEd SchoutenWARNS?= 6 272208eadfSEd Schouten 282208eadfSEd SchoutenVERSION_DEF= ${.CURDIR}/../libc/Versions.def 292208eadfSEd SchoutenSYMBOL_MAPS= ${.CURDIR}/Symbol.map 302208eadfSEd Schouten 312208eadfSEd Schouten.include <bsd.lib.mk> 32