summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/groff/indxbib/Makefile.sub
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/groff/indxbib/Makefile.sub')
-rw-r--r--gnu/usr.bin/groff/indxbib/Makefile.sub24
1 files changed, 0 insertions, 24 deletions
diff --git a/gnu/usr.bin/groff/indxbib/Makefile.sub b/gnu/usr.bin/groff/indxbib/Makefile.sub
deleted file mode 100644
index b23b425..0000000
--- a/gnu/usr.bin/groff/indxbib/Makefile.sub
+++ /dev/null
@@ -1,24 +0,0 @@
-PROG=indxbib
-MAN1=indxbib.n
-XLIBS=$(LIBBIB) $(LIBGROFF)
-MLIB=$(LIBM)
-OBJS=indxbib.o dirnamemax.o signal.o
-CCSRCS=indxbib.cc
-CSRCS=dirnamemax.c signal.c
-NAMEPREFIX=$(g)
-
-install_data: eign
- -test -d $(datadir) || mkdir $(datadir)
- -test -d $(datasubdir) || mkdir $(datasubdir)
- if test -f /usr/lib/eign; then \
- rm -f $(common_words_file); \
- ln -s /usr/lib/eign $(common_words_file) 2>/dev/null \
- || ln /usr/lib/eign $(common_words_file) 2>/dev/null \
- || cp /usr/lib/eign $(common_words_file); \
- else \
- rm -f $(common_words_file); \
- $(INSTALL_DATA) $(srcdir)/eign $(common_words_file); \
- fi
-
-uninstall_sub:
- -rm -f $(common_words_file)
OpenPOWER on IntegriCloud