Don't copy files which are no longer here.

This commit is contained in:
pk 1997-08-31 23:22:02 +00:00
parent d4afe94f7c
commit 46ac7ce9eb
1 changed files with 2 additions and 6 deletions

View File

@ -1,10 +1,10 @@
#
# etc.sparc/Makefile.inc -- sparc-specific etc Makefile targets
#
# $Id: Makefile.inc,v 1.7 1995/05/12 08:51:55 pk Exp $
# $Id: Makefile.inc,v 1.8 1997/08/31 23:22:02 pk Exp $
.ifdef DESTDIR
snap_md: netbsd netbsd.scsi3 inst
snap_md: netbsd netbsd.scsi3
cp ${.CURDIR}/../sys/arch/sparc/compile/GENERIC/netbsd \
${DESTDIR}/snapshot/netbsd
cp ${.CURDIR}/../sys/arch/sparc/compile/GENERIC_SCSI3/netbsd \
@ -20,8 +20,4 @@ netbsd.scsi3:
cd ${.CURDIR}/../sys/arch/sparc/compile/GENERIC_SCSI3 && \
make clean && make depend && make
inst:
cp ${.CURDIR}/etc.sparc/README ${DESTDIR}/snapshot/README
cp ${.CURDIR}/etc.sparc/install.sh ${DESTDIR}/snapshot/install.sh
.endif # DESTDIR check