12 lines
299 B
Makefile
12 lines
299 B
Makefile
# From: @(#)Makefile 8.1 (Berkeley) 6/5/93
|
|
# $FreeBSD$
|
|
|
|
SUBDIR= psd smm usd papers IPv6
|
|
|
|
# Default output formats are ascii for troff documents, and
|
|
# ascii and html for sgml documents.
|
|
# To generate postscript versions of troff documents, use:
|
|
# make PRINTERDEVICE=ps
|
|
|
|
.include <bsd.subdir.mk>
|