Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/xsrc/Makefile,v rcsdiff: /ftp/cvs/cvsroot/xsrc/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.17 retrieving revision 1.18 diff -u -p -r1.17 -r1.18 --- xsrc/Makefile 2000/10/02 05:57:00 1.17 +++ xsrc/Makefile 2000/10/30 21:26:00 1.18 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2000/10/02 05:57:00 simonb Exp $ +# $NetBSD: Makefile,v 1.18 2000/10/30 21:26:00 is Exp $ # # Targets & Variables # @@ -104,6 +104,10 @@ release snapshot: build .endif # INSTALL_DONE or BUILD_DONE # ${INSTALL} -d -m 755 -o root -g wheel ${RELEASEDIR}/binary/sets +.if ${MACHINE} == "amiga" + cd xc/programs/Xserver/hw/netbsd/amiga && \ + ${INSTALL} -m 644 INSTALL.X11 ${RELEASEDIR} +.endif sh ${BSDSRCDIR}/distrib/sets/maketars -x -s ${BSDSRCDIR}/distrib/sets \ -d ${DESTDIR} -t ${RELEASEDIR}/binary/sets cd ${RELEASEDIR}/binary/sets && \