Index: distrib/notes/Makefile =================================================================== RCS file: /cvsroot/basesrc/distrib/notes/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- Makefile 1999/01/13 07:30:01 1.10 +++ Makefile 2000/03/04 04:30:50 @@ -1,5 +1,7 @@ # $NetBSD: Makefile,v 1.10 1999/01/13 07:30:01 ross Exp $ +TARGETS+=release + .ifndef ALLNOTES SUBDIR = ${MACHINE} .else Index: distrib/notes/Makefile.inc =================================================================== RCS file: /cvsroot/basesrc/distrib/notes/Makefile.inc,v retrieving revision 1.4.2.2 diff -u -r1.4.2.2 Makefile.inc --- Makefile.inc 2000/02/10 21:39:30 1.4.2.2 +++ Makefile.inc 2000/03/04 04:30:50 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.4.2.2 2000/02/10 21:39:30 he Exp $ +# $NetBSD: Makefile.inc,v 1.9 1999/12/07 22:56:57 soren Exp $ # Ross Harvey @@ -12,14 +12,16 @@ SRCS= ${MAIN} whatis contents hardware xfer prep install\ upgrade donations legal.common legal postinstall ../Makefile.inc\ ${MERGED_SRCS} +ICMD= ${INSTALL} ${RENAME} ${PRESERVE} ${COPY} \ + -o root -g wheel -m ${NONBINMODE} PRESET= ${GFLAGS} -dV=$V -dV_S=${V_S} -dMACHINE=$M -d.CURDIR=${.CURDIR} -r$M=1 -POST_PLAIN= -P-b -P-u -P-o -Tascii +POST_PLAIN= -P-b -P-u -P-o ARGS_PS= ${PRESET} -dformat=PostScript -ARGS_TXT= ${PRESET} -dformat=ASCII ${POST_PLAIN} -ARGS_HTML= ${PRESET} -dformat=HTML ${POST_PLAIN} -ww +ARGS_TXT= ${PRESET} -dformat=ASCII ${POST_PLAIN} -Tascii +ARGS_HTML= ${PRESET} -dformat=HTML ${POST_PLAIN} -Tlatin1 -ww ARGS_MORE= ${PRESET} -dformat=more -P-h -Tascii # @@ -52,6 +54,17 @@ echomore! @echo ${.OBJDIR}/${TARG}.more + +.ifndef RELEASEDIR +release: + @echo setenv RELEASEDIR first + @false +.else +release: +.for i in ${TARGS} + ${ICMD} ${i} ${RELEASEDIR}/. +.endfor +.endif .PATH: ${.CURDIR}/../common Index: sys/arch/next68k/conf/GENERIC =================================================================== RCS file: /cvsroot/syssrc/sys/arch/next68k/conf/GENERIC,v retrieving revision 1.14 diff -u -r1.14 GENERIC --- GENERIC 1999/03/27 02:59:41 1.14 +++ GENERIC 2000/03/16 10:42:37 @@ -71,7 +71,7 @@ file-system PORTAL # portal filesystem (still experimental) file-system PROCFS # /proc file-system UMAPFS # NULLFS + uid and gid remapping -file-system UNION # union file system +#file-system UNION # union file system options NFSSERVER # nfs server support options QUOTA # FFS quotas