10 lines
176 B
Makefile
10 lines
176 B
Makefile
# From: @(#)Makefile 8.1 (Berkeley) 6/8/93
|
|
# $FreeBSD$
|
|
|
|
VOLUME= usd/20.meref
|
|
SRCS= meref.me
|
|
MACROS= -me
|
|
SRCDIR= ${.CURDIR}/../../../../contrib/groff/doc
|
|
|
|
.include <bsd.doc.mk>
|