Deleted Added
full compact
Makefile (201381) Makefile (202188)
1# $FreeBSD: head/lib/libulog/Makefile 201381 2010-01-02 09:58:07Z ed $
1# $FreeBSD: head/lib/libulog/Makefile 202188 2010-01-13 17:29:55Z ed $
2
3SHLIBDIR?=/lib
4
5.include <bsd.own.mk>
6
7LIB= ulog
8SHLIB_MAJOR= 0
9INCS= ulog.h utempter.h

--- 11 unchanged lines hidden (view full) ---

21 ulog_login.3 ulog_logout_pseudo.3 \
22 ulog_setutxfile.3 ulog_getutxuser.3 \
23 utempter_add_record.3 utempter_remove_added_record.3 \
24 utempter_add_record.3 utempter_remove_record.3 \
25 utempter_add_record.3 addToUtmp.3 \
26 utempter_remove_added_record.3 removeFromUtmp.3 \
27 utempter_remove_record.3 removeLineFromUtmp.3
28
2
3SHLIBDIR?=/lib
4
5.include <bsd.own.mk>
6
7LIB= ulog
8SHLIB_MAJOR= 0
9INCS= ulog.h utempter.h

--- 11 unchanged lines hidden (view full) ---

21 ulog_login.3 ulog_logout_pseudo.3 \
22 ulog_setutxfile.3 ulog_getutxuser.3 \
23 utempter_add_record.3 utempter_remove_added_record.3 \
24 utempter_add_record.3 utempter_remove_record.3 \
25 utempter_add_record.3 addToUtmp.3 \
26 utempter_remove_added_record.3 removeFromUtmp.3 \
27 utempter_remove_record.3 removeLineFromUtmp.3
28
29# Add links to <utmpx.h>-style functions.
30MLINKS+=ulog_endutxent.3 endutxent.3 \
31 ulog_getutxent.3 getutxent.3 \
32 ulog_getutxline.3 getutxline.3 \
33 ulog_pututxline.3 pututxline.3 \
34 ulog_setutxent.3 setutxent.3
35
36VERSION_DEF= ${.CURDIR}/../libc/Versions.def
37SYMBOL_MAPS= ${.CURDIR}/Symbol.map
38
39.if ${MK_INSTALLLIB} != "no"
40SYMLINKS+=libulog.a ${LIBDIR}/libutempter.a
41.endif
42.if !defined(NO_PIC)
43SYMLINKS+=libulog.so ${LIBDIR}/libutempter.so
44.endif
45.if ${MK_PROFILE} != "no"
46SYMLINKS+=libulog_p.a ${LIBDIR}/libutempter_p.a
47.endif
48
49.include <bsd.lib.mk>
29VERSION_DEF= ${.CURDIR}/../libc/Versions.def
30SYMBOL_MAPS= ${.CURDIR}/Symbol.map
31
32.if ${MK_INSTALLLIB} != "no"
33SYMLINKS+=libulog.a ${LIBDIR}/libutempter.a
34.endif
35.if !defined(NO_PIC)
36SYMLINKS+=libulog.so ${LIBDIR}/libutempter.so
37.endif
38.if ${MK_PROFILE} != "no"
39SYMLINKS+=libulog_p.a ${LIBDIR}/libutempter_p.a
40.endif
41
42.include <bsd.lib.mk>