10 lines
102 B
Makefile
10 lines
102 B
Makefile
|
# $Id$
|
||
|
|
||
|
VOLUME= smm
|
||
|
SRCS= contents.ms
|
||
|
FILES= ${SRCS}
|
||
|
DOC= contents
|
||
|
MACROS= -ms
|
||
|
|
||
|
.include <bsd.doc.mk>
|