summaryrefslogtreecommitdiffstats
path: root/gnu/libexec
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-01-02 12:28:56 +0000
committerbde <bde@FreeBSD.org>1995-01-02 12:28:56 +0000
commit38b641572f5ac183eea90cbba60511a435f10931 (patch)
tree03a3f5cc6009b8e24dbbec32a4227b1b39329d8a /gnu/libexec
parent459a4fffba23ef2e93f1267a15feb27be6c4741c (diff)
downloadFreeBSD-src-38b641572f5ac183eea90cbba60511a435f10931.zip
FreeBSD-src-38b641572f5ac183eea90cbba60511a435f10931.tar.gz
Use new bsd.info.mk to avoid local rules and fix bugs in `all' and `depend'
targets.
Diffstat (limited to 'gnu/libexec')
-rw-r--r--gnu/libexec/uucp/doc/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/gnu/libexec/uucp/doc/Makefile b/gnu/libexec/uucp/doc/Makefile
index 821f7b5..0cfc0c7 100644
--- a/gnu/libexec/uucp/doc/Makefile
+++ b/gnu/libexec/uucp/doc/Makefile
@@ -1,8 +1,3 @@
-DOC = uucp
-BINDIR = /usr/share/info
-PRINTER = texi # hack for bsd.doc.mk all target
+INFO= uucp
-all:
- makeinfo -o ${DOC}.info ${.CURDIR}/${DOC}.texi
-
-.include <bsd.doc.mk>
+.include <bsd.info.mk>
OpenPOWER on IntegriCloud