11 lines
148 B
Makefile
11 lines
148 B
Makefile
# From: @(#)Makefile 1.4 (Berkeley) 6/8/93
|
|
# $FreeBSD$
|
|
|
|
VOLUME= papers
|
|
DOC= newvm
|
|
SRCS= 0.t 1.t a.t
|
|
MACROS= -ms
|
|
USE_TBL= yes
|
|
|
|
.include <bsd.doc.mk>
|