mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-19 17:50:51 +01:00
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>
|