diff options
author | etheisen <etheisen@cvs.openbsd.org> | 1996-09-14 20:20:45 +0000 |
---|---|---|
committer | etheisen <etheisen@cvs.openbsd.org> | 1996-09-14 20:20:45 +0000 |
commit | e789ddbf068f763fb6495ff13110a19bc8c90312 (patch) | |
tree | e2b9d046b533be278a687bcf57a6cfe0a305b8a3 /gnu/usr.bin/groff/Makefile.comm | |
parent | 48cb58585150bfd0db7bd0868018c1bdd8c4877c (diff) |
Redo the OpenBSD build wrapper import. Thanx cvs.
Diffstat (limited to 'gnu/usr.bin/groff/Makefile.comm')
-rw-r--r-- | gnu/usr.bin/groff/Makefile.comm | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/gnu/usr.bin/groff/Makefile.comm b/gnu/usr.bin/groff/Makefile.comm index 3888444a29a..5096685f499 100644 --- a/gnu/usr.bin/groff/Makefile.comm +++ b/gnu/usr.bin/groff/Makefile.comm @@ -50,14 +50,18 @@ MANPAGES=$(MAN1) $(MAN5) $(MAN7) MANCLEAN=$(MANPAGES) fontsubdir=$(fontdir)/dev$(DEV) -all install install_bin install_data TAGS depend distfiles uninstall_sub: +# Target to use for installing unformatted man-pages. Some systems may not +# want them installed. +INSTALL_MAN=install_man -install: install_bin install_data +all install install_bin install_data $(INSTALL_MAN) TAGS depend distfiles uninstall_sub: + +install: install_bin install_data $(INSTALL_MAN) uninstall: uninstall_sub pure: .PHONY: all clean distclean mostlyclean realclean extraclean depend distfiles -.PHONY: install install_bin install_data +.PHONY: install install_bin install_data $(INSTALL_MAN) .PHONY: uninstall uninstall_sub .PHONY: pure |