diff options
Diffstat (limited to 'gnu/usr.bin/groff/pfbtops/Makefile.sub')
-rw-r--r-- | gnu/usr.bin/groff/pfbtops/Makefile.sub | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/groff/pfbtops/Makefile.sub b/gnu/usr.bin/groff/pfbtops/Makefile.sub index a06748e775c..206f4ee0bb7 100644 --- a/gnu/usr.bin/groff/pfbtops/Makefile.sub +++ b/gnu/usr.bin/groff/pfbtops/Makefile.sub @@ -1,5 +1,6 @@ PROG=pfbtops -MAN1=pfbtops.n +MAN1=pfbtops.1 OBJS=pfbtops.o CSRCS=pfbtops.c XLIBS=$(LIBGROFF) +MLIB=$(LIBM) |