do not ship this silly old docs
authorderaadt <deraadt@openbsd.org>
Thu, 1 May 1997 08:56:46 +0000 (08:56 +0000)
committerderaadt <deraadt@openbsd.org>
Thu, 1 May 1997 08:56:46 +0000 (08:56 +0000)
etc/etc.sparc/Makefile.inc

index 5be5629..03dad14 100644 (file)
@@ -1,10 +1,10 @@
 #
 #      etc.sparc/Makefile.inc -- sparc-specific etc Makefile targets
 #
-#      $Id: Makefile.inc,v 1.3 1997/04/20 09:26:11 deraadt Exp $
+#      $Id: Makefile.inc,v 1.4 1997/05/01 08:56:46 deraadt Exp $
 
 .ifdef DESTDIR
-snap_md: bsd bsd.scsi3 floppies miniroot docs
+snap_md: bsd bsd.scsi3 floppies miniroot
        cp ${.CURDIR}/../sys/arch/sparc/compile/GENERIC/bsd \
            ${DESTDIR}/snapshot/bsd
        cp ${.CURDIR}/../sys/arch/sparc/compile/GENERIC_SCSI3/bsd \
@@ -28,8 +28,4 @@ miniroot:
        cd ${.CURDIR}/../distrib/miniroot && make cleandir && \
            make && make install
 
-docs:
-       cp ${.CURDIR}/etc.sparc/README ${DESTDIR}/snapshot/README
-       cp ${.CURDIR}/etc.sparc/install.sh ${DESTDIR}/snapshot/install.sh
-
 .endif # DESTDIR check