=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/share/doc/Attic/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- src/share/doc/Attic/Makefile 1996/04/22 01:26:37 1.2 +++ src/share/doc/Attic/Makefile 2004/02/12 10:03:31 1.3 @@ -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