summaryrefslogtreecommitdiff
path: root/share/doc/usd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'share/doc/usd/Makefile')
-rw-r--r--share/doc/usd/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/share/doc/usd/Makefile b/share/doc/usd/Makefile
deleted file mode 100644
index 3c8febd9a61..00000000000
--- a/share/doc/usd/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-# $OpenBSD: Makefile,v 1.10 2010/07/01 20:08:54 tedu Exp $
-
-DOCDIR= /usr/share/doc/usd
-FILES= Makefile
-
-beforeinstall:
- install -c -o ${DOCOWN} -g ${DOCGRP} -m ${DOCMODE} ${FILES} \
- ${DESTDIR}${DOCDIR}
-
-.include <bsd.subdir.mk>