mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 07:14:14 -05:00
11 lines
299 B
Makefile
11 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>
|