Deleted Added
full compact
Makefile (55270) Makefile (55955)
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD: head/lib/libutil/Makefile 55270 1999-12-30 13:15:15Z joe $
2# $FreeBSD: head/lib/libutil/Makefile 55955 2000-01-14 07:57:47Z rgrimes $
3
4LIB= util
5SHLIB_MAJOR= 2
6SHLIB_MINOR= 2
7CFLAGS+=-Wall -DLIBC_SCCS -I${.CURDIR} -I${.CURDIR}/../../sys
8SRCS= login.c login_tty.c logout.c logwtmp.c pty.c setproctitle.c \
9 login_cap.c login_class.c login_auth.c login_times.c login_ok.c \
10 _secure_path.c uucplock.c property.c auth.c realhostname.c fparseln.c \
11 stat_flags.c
3
4LIB= util
5SHLIB_MAJOR= 2
6SHLIB_MINOR= 2
7CFLAGS+=-Wall -DLIBC_SCCS -I${.CURDIR} -I${.CURDIR}/../../sys
8SRCS= login.c login_tty.c logout.c logwtmp.c pty.c setproctitle.c \
9 login_cap.c login_class.c login_auth.c login_times.c login_ok.c \
10 _secure_path.c uucplock.c property.c auth.c realhostname.c fparseln.c \
11 stat_flags.c
12INCS= libutil.h login_cap.h
12MAN3+= login.3 login_auth.3 login_tty.3 logout.3 logwtmp.3 pty.3 \
13 setproctitle.3 login_cap.3 login_class.3 login_times.3 login_ok.3 \
14 _secure_path.3 uucplock.3 property.3 auth.3 realhostname.3 \
15 trimdomain.3 fparseln.3
16MAN5+= login.conf.5 auth.conf.5
17MLINKS+= property.3 properties_read.3 property.3 properties_free.3
18MLINKS+= property.3 property_find.3
19MLINKS+= auth.3 auth_getval.3

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

31 login_times.3 in_lt.3 login_times.3 in_ltms.3 \
32 login_times.3 in_lts.3
33MLINKS+=login_ok.3 auth_ttyok.3 login_ok.3 auth_hostok.3 \
34 login_ok.3 auth_timeok.3
35MLINKS+=login_auth.3 auth_checknologin.3 login_auth.3 auth_cat.3
36MLINKS+=uucplock.3 uu_lock.3 uucplock.3 uu_lock_txfr.3 \
37 uucplock.3 uu_unlock.3 uucplock.3 uu_lockerr.3
38
13MAN3+= login.3 login_auth.3 login_tty.3 logout.3 logwtmp.3 pty.3 \
14 setproctitle.3 login_cap.3 login_class.3 login_times.3 login_ok.3 \
15 _secure_path.3 uucplock.3 property.3 auth.3 realhostname.3 \
16 trimdomain.3 fparseln.3
17MAN5+= login.conf.5 auth.conf.5
18MLINKS+= property.3 properties_read.3 property.3 properties_free.3
19MLINKS+= property.3 property_find.3
20MLINKS+= auth.3 auth_getval.3

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

32 login_times.3 in_lt.3 login_times.3 in_ltms.3 \
33 login_times.3 in_lts.3
34MLINKS+=login_ok.3 auth_ttyok.3 login_ok.3 auth_hostok.3 \
35 login_ok.3 auth_timeok.3
36MLINKS+=login_auth.3 auth_checknologin.3 login_auth.3 auth_cat.3
37MLINKS+=uucplock.3 uu_lock.3 uucplock.3 uu_lock_txfr.3 \
38 uucplock.3 uu_unlock.3 uucplock.3 uu_lockerr.3
39
39beforeinstall:
40 ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/libutil.h \
41 ${DESTDIR}/usr/include
42 ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/login_cap.h \
43 ${DESTDIR}/usr/include
44
45.include <bsd.lib.mk>
40.include <bsd.lib.mk>