diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2004-02-17 03:40:32 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2004-02-17 03:40:32 +0000 |
| commit | c66dab62457fab30fe312b1c497d03076fac007a (patch) | |
| tree | 5d69f7d2c46f28daaa3351c6d075e6b1b2140c4f /gnu | |
| parent | 518818386cdf0572eb6fa01d5f140660f8931cd4 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/groff/src/libs/libgroff/Makefile | 2 |
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 876131c560169..a7c5d281f05ad 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+= getopt.c getopt1.c iftoa.c itoa.c matherr.c +SRCS+= iftoa.c itoa.c matherr.c CLEANFILES= version.cpp .include <bsd.lib.mk> |
