summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/groff/troff/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/groff/troff/Makefile')
-rw-r--r--gnu/usr.bin/groff/troff/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/gnu/usr.bin/groff/troff/Makefile b/gnu/usr.bin/groff/troff/Makefile
deleted file mode 100644
index f51d93a..0000000
--- a/gnu/usr.bin/groff/troff/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-PROG= troff
-SRCS= env.cc node.cc input.cc div.cc symbol.cc dictionary.cc reg.cc \
- number.cc majorminor.cc
-CFLAGS+= -I${.CURDIR}/../include
-LDADD+= ${LIBGROFF} -lm
-DPADD+= ${LIBGROFF} ${LIBM}
-MANDEPEND= troff.1
-
-CLEANFILES+= majorminor.cc ${MANDEPEND}
-
-majorminor.cc: ${.CURDIR}/../VERSION
- @${ECHO} Making $@
- @-rm -f $@
- @echo const char \*major_version = \
- \"`sed -e 's/^\([^.]*\)\..*$$/\1/' ${.CURDIR}/../VERSION`\"\; >$@
- @echo const char \*minor_version = \
- \"`sed -e 's/^[^.]*\.\([0-9]*\).*$$/\1/' ${.CURDIR}/../VERSION`\"\; >>$@
-
-afterinstall:
- ${INSTALL} -c -o bin -g bin -m 444 ${.CURDIR}/hyphen.us \
- ${DESTDIR}${tmacdir}/hyphen.us
- ${INSTALL} -c -o bin -g bin -m 444 ${.CURDIR}/hyphen.us-ru \
- ${DESTDIR}${tmacdir}/hyphen.us-ru
-
-.include "../Makefile.cfg"
-.include <bsd.prog.mk>
OpenPOWER on IntegriCloud