aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-04-15 19:13:27 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-04-15 19:13:27 +0000
commitc75d8c9028e3990da8c87b6f11558ee0ee31d9b8 (patch)
tree4edc7f4d04b25b4b337cb5cbdbdd4245adde4415 /gnu
parentf43fd9a0008e3b1e65a0a178b7eb4537392832ea (diff)
downloadsrc-c75d8c9028e3990da8c87b6f11558ee0ee31d9b8.tar.gz
src-c75d8c9028e3990da8c87b6f11558ee0ee31d9b8.zip
Whitespace nit in previous revision.
Notes
Notes: svn path=/head/; revision=128289
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/groff/src/libs/libgroff/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/groff/src/libs/libgroff/Makefile b/gnu/usr.bin/groff/src/libs/libgroff/Makefile
index a7c5d281f05a..f44789f63425 100644
--- a/gnu/usr.bin/groff/src/libs/libgroff/Makefile
+++ b/gnu/usr.bin/groff/src/libs/libgroff/Makefile
@@ -8,7 +8,7 @@ SRCS= assert.cpp change_lf.cpp cmap.cpp color.cpp cset.cpp device.cpp errarg.cp
maxfilename.cpp mksdir.cpp nametoindex.cpp new.cpp paper.cpp prime.cpp\
progname.cpp ptable.cpp searchpath.cpp string.cpp strsave.cpp\
tmpfile.cpp tmpname.cpp version.cpp
-SRCS+= iftoa.c itoa.c matherr.c
+SRCS+= iftoa.c itoa.c matherr.c
CLEANFILES= version.cpp
.include <bsd.lib.mk>