14 lines
209 B
Makefile
14 lines
209 B
Makefile
# $FreeBSD$
|
|
|
|
# You really want:
|
|
# PRINTERDEVICE=ps
|
|
# or you will not get the illustration.
|
|
VOLUME= papers
|
|
DOC= timecounter
|
|
SRCS= tmac.usenix timecounter.ms
|
|
USE_PIC=1
|
|
USE_EQN=1
|
|
USE_TBL=1
|
|
|
|
.include <bsd.doc.mk>
|