[Midnightbsd-cvs] src [10506] trunk/lib/libutil/Makefile: cleanup mlinks

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Jun 6 22:01:10 EDT 2018


Revision: 10506
          http://svnweb.midnightbsd.org/src/?rev=10506
Author:   laffer1
Date:     2018-06-06 22:01:09 -0400 (Wed, 06 Jun 2018)
Log Message:
-----------
cleanup mlinks

Modified Paths:
--------------
    trunk/lib/libutil/Makefile

Modified: trunk/lib/libutil/Makefile
===================================================================
--- trunk/lib/libutil/Makefile	2018-06-07 01:55:52 UTC (rev 10505)
+++ trunk/lib/libutil/Makefile	2018-06-07 02:01:09 UTC (rev 10506)
@@ -33,6 +33,16 @@
 	property.3 pty.3 quotafile.3 realhostname.3 realhostname_sa.3 \
 	_secure_path.3 trimdomain.3 uucplock.3 pw_util.3
 MAN+=	login.conf.5
+MLINKS+=efun.3 esetfunc.3 \
+        efun.3 estrlcpy.3 \
+        efun.3 estrlcat.3 \
+        efun.3 estrdup.3 \
+        efun.3 ecalloc.3 \
+        efun.3 emalloc.3 \
+        efun.3 erealloc.3 \
+        efun.3 easprintf.3 \
+        efun.3 efopen.3 \
+        efun.3 evasprintf.3
 MLINKS+=kld.3 kld_isloaded.3 kld.3 kld_load.3
 MLINKS+=login_cap.3 login_getclassbyname.3 login_cap.3 login_close.3 \
 	login_cap.3 login_getclass.3 login_cap.3 login_getuserclass.3 \
@@ -52,30 +62,34 @@
 MLINKS+=property.3 properties_read.3  property.3 properties_free.3
 MLINKS+=property.3 property_find.3 property.3 property_count.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
-MLINKS+=pidfile.3 pidfile_open.3 \
-	pidfile.3 pidfile_write.3 \
-	pidfile.3 pidfile_close.3 \
-	pidfile.3 pidfile_remove.3
-MLINKS+=efun.3 esetfunc.3 \
-	efun.3 estrlcpy.3 \
-	efun.3 estrlcat.3 \
-	efun.3 estrdup.3 \
-	efun.3 ecalloc.3 \
-	efun.3 emalloc.3 \
-	efun.3 erealloc.3 \
-	efun.3 easprintf.3 \
-	efun.3 efopen.3 \
-	efun.3 evasprintf.3
-MLINKS+=quotafile.3 quota_open.3 \
+MLINKS+=pidfile.3 pidfile_close.3 \
+	pidfile.3 pidfile_fileno.3 \
+	pidfile.3 pidfile_open.3 \
+	pidfile.3 pidfile_remove.3 \
+	pidfile.3 pidfile_write.3
+MLINKS+=quotafile.3 quota_close.3 \
+	quotafile.3 quota_open.3 \
 	quotafile.3 quota_fsname.3 \
 	quotafile.3 quota_qfname.3 \
 	quotafile.3 quota_statfs.3 \
 	quotafile.3 quota_read.3 \
 	quotafile.3 quota_write_limits.3 \
-	quotafile.3 quota_write_usage.3 \
-	quotafile.3 quota_close.3
+	quotafile.3 quota_write_usage.3
+MLINKS+=uucplock.3 uu_lock.3 uucplock.3 uu_lock_txfr.3 \
+	uucplock.3 uu_lockerr.3 uucplock.3 uu_unlock.3
+MLINKS+=pw_util.3 pw_copy.3 \
+	pw_util.3 pw_dup.3 \
+	pw_util.3 pw_edit.3 \
+	pw_util.3 pw_equal.3 \
+	pw_util.3 pw_fini.3 \
+	pw_util.3 pw_init.3 \
+	pw_util.3 pw_make.3 \
+	pw_util.3 pw_make_v7.3 \
+	pw_util.3 pw_mkdb.3 \
+	pw_util.3 pw_lock.3 \
+	pw_util.3 pw_scan.3 \
+	pw_util.3 pw_tempname.3 \
+	pw_util.3 pw_tmp.3
 
 .if ${MK_TESTS} != "no"
 SUBDIR+=	tests



More information about the Midnightbsd-cvs mailing list