11 lines
169 B
Makefile
11 lines
169 B
Makefile
|
# $FreeBSD$
|
||
|
PRINTERDEVICE=ps
|
||
|
NODOCCOMPRESS=1
|
||
|
VOLUME= papers
|
||
|
DOC= jail
|
||
|
SRCS= paper.ms
|
||
|
MACROS= -ms -U
|
||
|
OBJS= implementation.ms mgt.ms future.ms
|
||
|
|
||
|
.include <bsd.doc.mk>
|