diff options
Diffstat (limited to 'share/doc/Makefile')
-rw-r--r-- | share/doc/Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/share/doc/Makefile b/share/doc/Makefile deleted file mode 100644 index 0e0bb4a3746..00000000000 --- a/share/doc/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -# $OpenBSD: Makefile,v 1.4 2010/01/04 17:50:39 deraadt Exp $ -# @(#)Makefile 8.1 (Berkeley) 6/5/93 - -FILES= README - -all depend includes lint tags: - -realinstall: - install -c -o ${DOCOWN} -g ${DOCGRP} -m ${DOCMODE} ${FILES} \ - ${DESTDIR}${DOCDIR} - -.include <bsd.subdir.mk> |