From: Sascha Wildner Date: Tue, 26 Apr 2011 15:32:26 +0000 (+0200) Subject: libutil: Rearrange a bit in the Makefile. X-Git-Tag: v2.12.0~761 X-Git-Url: https://gitweb.dragonflybsd.org/~tuxillo/dragonfly.git/commitdiff_plain/405322604eb940bdaae86d3364e1e264bf280c56 libutil: Rearrange a bit in the Makefile. --- diff --git a/lib/libutil/Makefile b/lib/libutil/Makefile index 5a521d0379..3036adde8f 100644 --- a/lib/libutil/Makefile +++ b/lib/libutil/Makefile @@ -1,6 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 # $FreeBSD: src/lib/libutil/Makefile,v 1.33.2.4 2001/04/25 10:04:42 ru Exp $ -# $DragonFly: src/lib/libutil/Makefile,v 1.12 2008/11/03 00:25:44 pavalos Exp $ LIB= util SHLIB_MAJOR= 4 @@ -26,10 +25,8 @@ MAN+= flopen.3 login.3 loginx.3 login_auth.3 login_tty.3 logout.3 logwtmp.3 \ humanize_number.3 humanize_unsigned.3 \ efun.3 MAN+= login.conf.5 auth.conf.5 -MLINKS+= property.3 properties_read.3 property.3 properties_free.3 -MLINKS+= property.3 property_find.3 -MLINKS+= auth.3 auth_getval.3 -MLINKS+= pty.3 openpty.3 pty.3 forkpty.3 + +MLINKS+=auth.3 auth_getval.3 MLINKS+=humanize_number.3 dehumanize_number.3 MLINKS+=humanize_unsigned.3 format_bytes.3 MLINKS+=login_cap.3 login_getclassbyname.3 login_cap.3 login_close.3 \ @@ -48,6 +45,9 @@ MLINKS+=login_times.3 parse_lt.3 login_times.3 in_ltm.3 \ MLINKS+=login_ok.3 auth_ttyok.3 login_ok.3 auth_hostok.3 \ login_ok.3 auth_timeok.3 MLINKS+=login_auth.3 auth_checknologin.3 login_auth.3 auth_cat.3 +MLINKS+=property.3 properties_read.3 property.3 properties_free.3 +MLINKS+=property.3 property_find.3 +MLINKS+=pty.3 openpty.3 pty.3 forkpty.3 MLINKS+=uucplock.3 uu_lock.3 uucplock.3 uu_lock_txfr.3 \ uucplock.3 uu_unlock.3 uucplock.3 uu_lockerr.3