summaryrefslogtreecommitdiffstats
path: root/contrib/groff/src/devices/grops/Makefile.sub
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/groff/src/devices/grops/Makefile.sub')
-rw-r--r--contrib/groff/src/devices/grops/Makefile.sub6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/groff/src/devices/grops/Makefile.sub b/contrib/groff/src/devices/grops/Makefile.sub
index 4182527..ee2e6d1 100644
--- a/contrib/groff/src/devices/grops/Makefile.sub
+++ b/contrib/groff/src/devices/grops/Makefile.sub
@@ -1,10 +1,10 @@
-PROG=grops
+PROG=grops$(EXEEXT)
MAN1=grops.n
XLIBS=$(LIBDRIVER) $(LIBGROFF)
MLIB=$(LIBM)
OBJS=\
- ps.o \
- psrm.o
+ ps.$(OBJEXT) \
+ psrm.$(OBJEXT)
CCSRCS=\
$(srcdir)/ps.cc \
$(srcdir)/psrm.cc
OpenPOWER on IntegriCloud