11 lines
151 B
Makefile
11 lines
151 B
Makefile
# From: @(#)Makefile 5.2 (Berkeley) 6/8/93
|
|
# $FreeBSD$
|
|
|
|
VOLUME= papers
|
|
SRCS= beyond43.ms
|
|
DOC= beyond43
|
|
MACROS= -ms
|
|
USE_TBL= yes
|
|
|
|
.include <bsd.doc.mk>
|