xref: /freebsd/share/doc/Makefile (revision c3aac50f284c6cca5b4f2eb46aaa13812cb8b630)
1#	From: @(#)Makefile	8.1 (Berkeley) 6/5/93
2# $FreeBSD$
3
4SUBDIR=	psd smm usd papers
5
6# Default output formats are ascii for troff documents, and
7# ascii and html for sgml documents.
8# To specify generate postscript versions of troff documents, use:
9#  make PRINTER=ps
10
11.include <bsd.subdir.mk>
12