summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-08-20 00:36:36 +0000
committerjkh <jkh@FreeBSD.org>1994-08-20 00:36:36 +0000
commit6d35ce1570a679482db5831ad2567e72898d72dc (patch)
tree6f2727321e96142290db5c8ea60702f641832ccb /usr.bin
parentd9d09e74e2850794c98f503194e425cd278d8f70 (diff)
downloadFreeBSD-src-6d35ce1570a679482db5831ad2567e72898d72dc.zip
FreeBSD-src-6d35ce1570a679482db5831ad2567e72898d72dc.tar.gz
Correct missing backslash braindamage pointed out by Julian Elischer.
Reviewed by: jkh Submitted by: julian
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 1070f05..7321cbb 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -13,8 +13,8 @@ SUBDIR= apply ar banner basename biff cal calendar \
env error expand false find finger fmt fold fpr from \
fsplit fstat ftp gcore gprof head hexdump id indent \
join jot kdump ktrace key keyinfo keyinit lam last \
- lastcomm leave locate lock logger login logname lorder
- m4 mail make mesg mkdep mkfifo mklocale mkstr modstat
+ lastcomm leave locate lock logger login logname lorder \
+ m4 mail make mesg mkdep mkfifo mklocale mkstr modstat \
more msgs mt netstat nfsstat nice \
nm nohup pagesize passwd paste pr printenv printf quota \
ranlib rdist renice rev rlogin rs rsh ruptime rwho \
OpenPOWER on IntegriCloud