diff options
author | ngie <ngie@FreeBSD.org> | 2017-03-07 01:58:39 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2017-03-07 01:58:39 +0000 |
commit | 507d3f6d6e941953cdee598b4647db57bed98519 (patch) | |
tree | 3080f0ec2de4b08fc43324af11b5db89f0b4de47 /lib/libutil | |
parent | 10b87d8ba3ff12dbc34b3c1d99e89f4383fc98c3 (diff) | |
download | FreeBSD-src-507d3f6d6e941953cdee598b4647db57bed98519.zip FreeBSD-src-507d3f6d6e941953cdee598b4647db57bed98519.tar.gz |
MFC r313438:
Clean up trailing and leading whitespace for variables to make it
consistent with the rest of the file and style.Makefile(9) a bit
more
Diffstat (limited to 'lib/libutil')
-rw-r--r-- | lib/libutil/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libutil/Makefile b/lib/libutil/Makefile index aa0f25e..847cb62 100644 --- a/lib/libutil/Makefile +++ b/lib/libutil/Makefile @@ -35,7 +35,7 @@ MAN+= expand_number.3 flopen.3 fparseln.3 hexdump.3 \ 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+= kld.3 kld_isloaded.3 kld.3 kld_load.3 +MLINKS+=kld.3 kld_isloaded.3 kld.3 kld_load.3 MLINKS+=login_auth.3 auth_cat.3 login_auth.3 auth_checknologin.3 MLINKS+=login_cap.3 login_close.3 login_cap.3 login_getcapbool.3 \ login_cap.3 login_getcaplist.3 login_cap.3 login_getcapnum.3 \ @@ -57,9 +57,9 @@ MLINKS+=pidfile.3 pidfile_close.3 \ pidfile.3 pidfile_open.3 \ pidfile.3 pidfile_remove.3 \ pidfile.3 pidfile_write.3 -MLINKS+= property.3 property_find.3 property.3 properties_free.3 -MLINKS+= property.3 properties_read.3 -MLINKS+= pty.3 forkpty.3 pty.3 openpty.3 +MLINKS+=property.3 property_find.3 property.3 properties_free.3 +MLINKS+=property.3 properties_read.3 +MLINKS+=pty.3 forkpty.3 pty.3 openpty.3 MLINKS+=quotafile.3 quota_close.3 \ quotafile.3 quota_fsname.3 \ quotafile.3 quota_open.3 \ @@ -69,7 +69,7 @@ MLINKS+=quotafile.3 quota_close.3 \ quotafile.3 quota_write_limits.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 + 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 \ |