summaryrefslogtreecommitdiff
path: root/contrib/groff/src/devices/grolbp/Makefile.sub
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/groff/src/devices/grolbp/Makefile.sub')
-rw-r--r--contrib/groff/src/devices/grolbp/Makefile.sub4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/groff/src/devices/grolbp/Makefile.sub b/contrib/groff/src/devices/grolbp/Makefile.sub
index d60008b297e9..d8000d16f6ae 100644
--- a/contrib/groff/src/devices/grolbp/Makefile.sub
+++ b/contrib/groff/src/devices/grolbp/Makefile.sub
@@ -1,6 +1,6 @@
-PROG=grolbp
+PROG=grolbp$(EXEEXT)
MAN1=grolbp.n
XLIBS=$(LIBDRIVER) $(LIBGROFF)
MLIB=$(LIBM)
-OBJS=lbp.o
+OBJS=lbp.$(OBJEXT)
CCSRCS=$(srcdir)/lbp.cc