summaryrefslogtreecommitdiff
path: root/src/devices/grohtml-old/Makefile.sub
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/grohtml-old/Makefile.sub')
-rwxr-xr-xsrc/devices/grohtml-old/Makefile.sub10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/devices/grohtml-old/Makefile.sub b/src/devices/grohtml-old/Makefile.sub
deleted file mode 100755
index 57e44563..00000000
--- a/src/devices/grohtml-old/Makefile.sub
+++ /dev/null
@@ -1,10 +0,0 @@
-PROG=grohtml
-# MAN1=grohtml.n
-XLIBS=$(LIBDRIVER) $(LIBGROFF)
-MLIB=$(LIBM)
-OBJS=\
- html.o \
- output.o
-CCSRCS=\
- $(srcdir)/html.cc \
- $(srcdir)/output.cc