diff options
Diffstat (limited to 'share/doc/usd/01.begin/Makefile')
-rw-r--r-- | share/doc/usd/01.begin/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/share/doc/usd/01.begin/Makefile b/share/doc/usd/01.begin/Makefile new file mode 100644 index 00000000000..8b53f4d957e --- /dev/null +++ b/share/doc/usd/01.begin/Makefile @@ -0,0 +1,7 @@ +# $OpenBSD: Makefile,v 1.1 2003/06/26 16:39:51 mickey Exp $ + +DIR= usd/01.begin +SRCS= u.mac u0 u1 u2 u3 u4 u5 +MACROS= -msU + +.include <bsd.doc.mk> |