diff options
Diffstat (limited to 'share/doc/papers/hwpmc/Makefile')
-rw-r--r-- | share/doc/papers/hwpmc/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/share/doc/papers/hwpmc/Makefile b/share/doc/papers/hwpmc/Makefile new file mode 100644 index 000000000000..d24fe06d9d2d --- /dev/null +++ b/share/doc/papers/hwpmc/Makefile @@ -0,0 +1,8 @@ +# $FreeBSD$ + +VOLUME= papers +DOC= hwpmc +SRCS= hwpmc.ms +MACROS= -ms + +.include <bsd.doc.mk> |