mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-23 18:14:56 +01:00
12 lines
341 B
Makefile
12 lines
341 B
Makefile
# From: @(#)Makefile 8.1 (Berkeley) 6/5/93
|
|
# $Id: Makefile,v 1.7 1995/10/18 05:07:43 jfieber 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>
|