blob: 993d1aaba6a24e5211dceb59029fc7df41c2c9b6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# From: @(#)Makefile 8.1 (Berkeley) 6/5/93
# $Id: Makefile,v 1.12 1997/02/22 12:57:48 peter Exp $
SUBDIR= psd smm usd papers
# Default output formats are ascii for troff documents, and
# ascii and html for sgml documents.
# To specify generate postscript versions of troff documents, use:
# make PRINTER=ps
.include <bsd.subdir.mk>
|