summaryrefslogtreecommitdiff
path: root/share/doc/Makefile
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2004-02-12 10:03:32 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2004-02-12 10:03:32 +0000
commitbb012ee8392cab05c03122bafc5ac97aec4d5dc7 (patch)
treecff9a2f66428551482b0538136a99620cece38de /share/doc/Makefile
parent3f3ea303d79d697220baaa5dbe220ba317877c8d (diff)
add a simple README for share/doc;
ok millert@ deraadt@
Diffstat (limited to 'share/doc/Makefile')
-rw-r--r--share/doc/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/share/doc/Makefile b/share/doc/Makefile
index eeceb2579f5..0134244e668 100644
--- a/share/doc/Makefile
+++ b/share/doc/Makefile
@@ -1,8 +1,13 @@
-# $OpenBSD: Makefile,v 1.2 1996/04/22 01:26:37 deraadt Exp $
+# $OpenBSD: Makefile,v 1.3 2004/02/12 10:03:31 jmc Exp $
# @(#)Makefile 8.1 (Berkeley) 6/5/93
+FILES= README
SUBDIR= psd smm usd
all depend includes lint tags:
+realinstall:
+ install -c -o ${DOCOWN} -g ${DOCGRP} -m ${DOCMODE} ${FILES} \
+ ${DESTDIR}${DOCDIR}
+
.include <bsd.subdir.mk>