diff options
author | pjd <pjd@FreeBSD.org> | 2013-12-01 09:52:38 +0000 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2013-12-01 09:52:38 +0000 |
commit | b921152695c2592e7b6915cb757410fc7ce348b3 (patch) | |
tree | a7b5e9ea76999771309e87a9f76072132b54f1b7 /sbin | |
parent | 6ad9bfc0c5279a3338ac07e9bb6853c02edacabb (diff) | |
download | FreeBSD-src-b921152695c2592e7b6915cb757410fc7ce348b3.zip FreeBSD-src-b921152695c2592e7b6915cb757410fc7ce348b3.tar.gz |
Remove trailing backslash.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index 4772844..7411493 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -72,7 +72,7 @@ SUBDIR=adjkerntz \ swapon \ sysctl \ tunefs \ - umount \ + umount .if ${MK_ATM} != "no" SUBDIR+= atm |