*BSD News Article 85057


Return to BSD News archive

Newsgroups: comp.bugs.2bsd
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!news.cs.su.oz.au!metro!metro!munnari.OZ.AU!news.ecn.uoknor.edu!feed1.news.erols.com!howland.erols.net!news.sgi.com!news-out.microserve.net!news-in.microserve.net!news.supernet.net!news.thenet.net!wlbr!moe.2bsd.com!sms
From: sms@moe.2bsd.com (Steven M. Schultz)
Subject: The Grand Reorganization Continues (#345 - 2 of 8)
Organization: 2BSD, Simi Valley CA USA
Message-ID: <E28Dtn.J31@moe.2bsd.com>
Date: Wed, 11 Dec 1996 04:00:59 GMT
Lines: 2839
Xref: euryale.cc.adfa.oz.au comp.bugs.2bsd:708

Subject: The Grand Reorganization Continues (#345 - 2 of 8)
Index:	MANY(mostly etc)/MANY 2.11BSD

Description:
	This is a continuation of the directory reorganization started
	in updates #335 thru 342.

	That series of updates was aimed at cleaning up /usr/lib (and to a
	very small extent /etc).  This series of updates (#344 thru 351)
	(almost) completes the reorganization by dispersing all but the
	config files from /etc into /sbin, /usr/sbin, /usr/libexec, usw.

Repeat-By:
	This is extracted from #335:

	"By observation and/or having to admin a mixture of 2.11BSD systems
	and systems which use the post 1989/90 directory hierarchy.

	Alternatively you may have, over the years, been one of the folks
	who has asked me "when is the directory layout going to be updated to
	reflect current 'standards'?""

Fix:
	This is #345 (part 2 of 8).

	Updates #344 thru #351 comprise the 8 part kit which moves everything
	that is not a config file out of /etc.

	NOTE: All executables in /etc *EXCEPT* /etc/init and /etc/autoconfig
	      are relocated by this update.  Those two programs were left in
	      /etc because:
	      
			/etc/init is known to the kernel - moving 'init'
			without changing the kernel would render the system
			unbootable.  Even if the kernel were updated there
			would be a big problem if an older kernel were to be
			used.

			/etc/autoconfig is known to 'init' and a change to
			'init' at this time (amidst all the other patching)
			was not thought to be a "good idea" at this time.

	The good news is that the update can be done "in place" - it will not
	be necessary to dump and reload the system.  The "bad news" is that
	a "make world" (recompile of the system from sources) is necessary.

	The rebuild is because two pathnames are widely known and/or
	implicitly referenced by *many* programs in the system:

		/etc/zoneinfo is used by the ctime() routine in libc.a and
		there are tens (hundreds?) of programs which call the ctime()
		family of functions.  Because /etc/zoneinfo is moved to 
		/usr/share/zoneinfo any program which references ctime()
		directly or indirectly needs to be relinked.

		The utmp file's pathname /etc/utmp is explicitly referenced
		by many programs in the system and since /etc/utmp is moved
		to /var/run/utmp all programs which read/write the utmp file
		need to be recompiled.

	The manifest is as follows:

	Part    Patch#	Contents
	----	-----	--------
	1	344	Manifest of files.  Introduction/tour.  Instructions. 
			Shell script to perform the relocation of directories.
			Suggested changes to locally modified files in /etc.  
			A 'shar' file containing a new 'whereis' program.

	2	345	Shar archive of all the new Makefiles which are to
			be installed on the system.  This is a separate part
			because it's ~60kb worth of makefiles.
	
	3-8	346-351	Patch files.  Broken into ~64kb pieces.

	As always these, and all previous updates to 2.11BSD, are available
	via anonymous FTP to either FTP.IIPO.GTEGSC.COM or MOE.2BSD.COM in
	the directory /pub/2.11BSD.

---------------------------#345 Cut here----------------------
#! /bin/sh
# This is a shell archive, meaning:
# 1. Remove everything above the #! /bin/sh line.
# 2. Save the resulting text in a file.
# 3. Execute the file with /bin/sh (not csh) to create:
#	/usr/src/libexec/comsat/Makefile
#	/usr/src/libexec/fingerd/Makefile
#	/usr/src/libexec/ftpd/Makefile
#	/usr/src/libexec/rexecd/Makefile
#	/usr/src/libexec/rlogind/Makefile
#	/usr/src/libexec/rshd/Makefile
#	/usr/src/libexec/talkd/Makefile
#	/usr/src/libexec/telnetd/Makefile
#	/usr/src/libexec/tftpd/Makefile
#	/usr/src/sbin/badsect/Makefile
#	/usr/src/sbin/clri/Makefile
#	/usr/src/sbin/dcheck/Makefile
#	/usr/src/sbin/dmesg/Makefile
#	/usr/src/sbin/dumpfs/Makefile
#	/usr/src/sbin/icheck/Makefile
#	/usr/src/sbin/ifconfig/Makefile
#	/usr/src/sbin/mkfs/Makefile
#	/usr/src/sbin/mknod/Makefile
#	/usr/src/sbin/ncheck/Makefile
#	/usr/src/sbin/newfs/Makefile
#	/usr/src/sbin/reboot/Makefile
#	/usr/src/sbin/restor/Makefile
#	/usr/src/sbin/route/Makefile
#	/usr/src/sbin/savecore/Makefile
#	/usr/src/sbin/shutdown/Makefile
#	/usr/src/sbin/slattach/Makefile
#	/usr/src/sbin/swapon/Makefile
#	/usr/src/sbin/testnet/Makefile
#	/usr/src/sbin/tunefs/Makefile
#	/usr/src/usr.bin/fstat/Makefile
#	/usr/src/usr.bin/renice/Makefile
#	/usr/src/usr.sbin/ac/Makefile
#	/usr/src/usr.sbin/accton/Makefile
#	/usr/src/usr.sbin/arff/Makefile
#	/usr/src/usr.sbin/arp/Makefile
#	/usr/src/usr.sbin/bad144/Makefile
#	/usr/src/usr.sbin/catman/Makefile
#	/usr/src/usr.sbin/chown/Makefile
#	/usr/src/usr.sbin/cron/Makefile
#	/usr/src/usr.sbin/diskpart/Makefile
#	/usr/src/usr.sbin/edquota/Makefile
#	/usr/src/usr.sbin/flcopy/Makefile
#	/usr/src/usr.sbin/gettable/Makefile
#	/usr/src/usr.sbin/implog/Makefile
#	/usr/src/usr.sbin/implogd/Makefile
#	/usr/src/usr.sbin/kgmon/Makefile
#	/usr/src/usr.sbin/mkhosts/Makefile
#	/usr/src/usr.sbin/mklost+found/Makefile
#	/usr/src/usr.sbin/mkproto/Makefile
#	/usr/src/usr.sbin/pstat/Makefile
#	/usr/src/usr.sbin/quot/Makefile
#	/usr/src/usr.sbin/repquota/Makefile
#	/usr/src/usr.sbin/rmt/Makefile
#	/usr/src/usr.sbin/rwhod/Makefile
#	/usr/src/usr.sbin/rxformat/Makefile
#	/usr/src/usr.sbin/sa/Makefile
#	/usr/src/usr.sbin/syslogd/Makefile
#	/usr/src/usr.sbin/trpt/Makefile
#	/usr/src/usr.sbin/trsp/Makefile
#	/usr/src/usr.sbin/update/Makefile
# This archive created: Thu Dec  5 20:26:25 1996
export PATH; PATH=/bin:/usr/bin:$PATH
if test -f '/usr/src/libexec/comsat/Makefile'
then
	echo shar: "will not over-write existing file '/usr/src/libexec/comsat/Makefile'"
else
sed 's/^Y//' << \SHAR_EOF > '/usr/src/libexec/comsat/Makefile'
Y#
Y# Public Domain.  1996/11/16 - Steven Schultz
Y#
Y#	@(#)Makefile	1.0 (2.11BSD) 1996/11/16
Y#
YCFLAGS=	 -O
YSEPFLAG= -i
YSRCS=	comsat.c
YOBJS=	comsat.o
YMAN=	comsat.0
YMANSRC=	comsat.8
Y
Yall: comsat comsat.0
Y
Ycomsat: ${OBJS}
Y	${CC} ${CFLAGS} ${SEPFLAG} -o $@ ${OBJS}
Y
Ycomsat.0: ${MANSRC}
Y	/usr/man/manroff ${MANSRC} > ${MAN}
Y
Yclean:
Y	rm -f ${OBJS} ${MAN} comsat tags 
Y
Ydepend: ${SRCS}
Y	mkdep ${CFLAGS} ${SRCS}
Y
Yinstall: comsat
Y	install -c -o bin -g bin -m 444 ${MAN} ${DESTDIR}/usr/man/cat8
Y	install -s -o root -g bin -m 755 comsat ${DESTDIR}/usr/libexec/comsat
Y
Ylint: ${SRCS}
Y	lint -hax ${SRCS}
Y
Ytags: ${SRCS}
Y	ctags ${SRCS}
Y# DO NOT DELETE THIS LINE -- mkdep uses it.
Y# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
SHAR_EOF
chmod 644 '/usr/src/libexec/comsat/Makefile'
fi
if test -f '/usr/src/libexec/fingerd/Makefile'
then
	echo shar: "will not over-write existing file '/usr/src/libexec/fingerd/Makefile'"
else
sed 's/^Y//' << \SHAR_EOF > '/usr/src/libexec/fingerd/Makefile'
Y#
Y# Public Domain.  1996/11/16 - Steven Schultz
Y#
Y#	@(#)Makefile	1.0 (2.11BSD) 1996/11/16
Y#
YCFLAGS=	 -O
YSEPFLAG= -i
YSRCS=	fingerd.c
YOBJS=	fingerd.o
YMAN=	fingerd.0
YMANSRC=	fingerd.8
Y
Yall: fingerd fingerd.0
Y
Yfingerd: ${OBJS}
Y	${CC} ${CFLAGS} ${SEPFLAG} -o $@ ${OBJS}
Y
Yfingerd.0: ${MANSRC}
Y	/usr/man/manroff ${MANSRC} > ${MAN}
Y
Yclean:
Y	rm -f ${OBJS} ${MAN} fingerd tags 
Y
Ydepend: ${SRCS}
Y	mkdep ${CFLAGS} ${SRCS}
Y
Yinstall: fingerd
Y	install -c -o bin -g bin -m 444 ${MAN} ${DESTDIR}/usr/man/cat8
Y	install -s -o root -g bin -m 755 fingerd ${DESTDIR}/usr/libexec/fingerd
Y
Ylint: ${SRCS}
Y	lint -hax ${SRCS}
Y
Ytags: ${SRCS}
Y	ctags ${SRCS}
Y# DO NOT DELETE THIS LINE -- mkdep uses it.
Y# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
SHAR_EOF
chmod 644 '/usr/src/libexec/fingerd/Makefile'
fi
if test -f '/usr/src/libexec/ftpd/Makefile'
then
	echo shar: "will not over-write existing file '/usr/src/libexec/ftpd/Makefile'"
else
sed 's/^Y//' << \SHAR_EOF > '/usr/src/libexec/ftpd/Makefile'
Y#
Y# Public Domain.  1996/11/16 - Steven Schultz
Y#
Y#	@(#)Makefile	1.0 (2.11BSD) 1996/11/16
Y#
YCFLAGS=	 -O -DSETPROCTITLE
YSEPFLAG= -i
YSRCS=	ftpd.c ftpcmd.c glob.c logwtmp.c popen.c vers.c
YOBJS=	ftpd.o ftpcmd.o glob.o logwtmp.o popen.o vers.o
YMAN=	ftpd.0
YMANSRC=	ftpd.8
Y
Yall: ftpd ftpd.0
Y
Yftpd: ${OBJS}
Y	${CC} ${CFLAGS} ${SEPFLAG} -o $@ ${OBJS}
Y
Yftpd.0: ${MANSRC}
Y	/usr/man/manroff ${MANSRC} > ${MAN}
Y
Yclean:
Y	rm -f ${OBJS} ${MAN} ftpd tags ftpcmd.c
Y
Ydepend: ${SRCS}
Y	mkdep ${CFLAGS} ${SRCS}
Y
Yinstall: ftpd
Y	install -c -o bin -g bin -m 444 ${MAN} ${DESTDIR}/usr/man/cat8
Y	install -s -o root -g bin -m 755 ftpd ${DESTDIR}/usr/libexec/ftpd
Y
Ylint: ${SRCS}
Y	lint -hax ${SRCS}
Y
Ytags: ${SRCS}
Y	ctags ${SRCS}
Y# DO NOT DELETE THIS LINE -- mkdep uses it.
Y# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
SHAR_EOF
chmod 644 '/usr/src/libexec/ftpd/Makefile'
fi
if test -f '/usr/src/libexec/rexecd/Makefile'
then
	echo shar: "will not over-write existing file '/usr/src/libexec/rexecd/Makefile'"
else
sed 's/^Y//' << \SHAR_EOF > '/usr/src/libexec/rexecd/Makefile'
Y#
Y# Public Domain.  1996/11/16 - Steven Schultz
Y#
Y#	@(#)Makefile	1.0 (2.11BSD) 1996/11/16
Y#
YCFLAGS=	 -O
YSEPFLAG= -i
YSRCS=	rexecd.c
YOBJS=	rexecd.o
YMAN=	rexecd.0
YMANSRC=	rexecd.8
Y
Yall: rexecd rexecd.0
Y
Yrexecd: ${OBJS}
Y	${CC} ${CFLAGS} ${SEPFLAG} -o $@ ${OBJS}
Y
Yrexecd.0: ${MANSRC}
Y	/usr/man/manroff ${MANSRC} > ${MAN}
Y
Yclean:
Y	rm -f ${OBJS} ${MAN} rexecd tags 
Y
Ydepend: ${SRCS}
Y	mkdep ${CFLAGS} ${SRCS}
Y
Yinstall: rexecd
Y	install -c -o bin -g bin -m 444 ${MAN} ${DESTDIR}/usr/man/cat8
Y	install -s -o root -g bin -m 755 rexecd ${DESTDIR}/usr/libexec/rexecd
Y
Ylint: ${SRCS}
Y	lint -hax ${SRCS}
Y
Ytags: ${SRCS}
Y	ctags ${SRCS}
Y# DO NOT DELETE THIS LINE -- mkdep uses it.
Y# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
SHAR_EOF
chmod 644 '/usr/src/libexec/rexecd/Makefile'
fi
if test -f '/usr/src/libexec/rlogind/Makefile'
then
	echo shar: "will not over-write existing file '/usr/src/libexec/rlogind/Makefile'"
else
sed 's/^Y//' << \SHAR_EOF > '/usr/src/libexec/rlogind/Makefile'
Y#
Y# Public Domain.  1996/11/16 - Steven Schultz
Y#
Y#	@(#)Makefile	1.0 (2.11BSD) 1996/11/16
Y#
YCFLAGS=	 -O
YSEPFLAG= -i
YSRCS=	rlogind.c
YOBJS=	rlogind.o
YMAN=	rlogind.0
YMANSRC=	rlogind.8
Y
Yall: rlogind rlogind.0
Y
Yrlogind: ${OBJS}
Y	${CC} ${CFLAGS} ${SEPFLAG} -o $@ ${OBJS} -lutil
Y
Yrlogind.0: ${MANSRC}
Y	/usr/man/manroff ${MANSRC} > ${MAN}
Y
Yclean:
Y	rm -f ${OBJS} ${MAN} rlogind tags 
Y
Ydepend: ${SRCS}
Y	mkdep ${CFLAGS} ${SRCS}
Y
Yinstall: rlogind
Y	install -c -o bin -g bin -m 444 ${MAN} ${DESTDIR}/usr/man/cat8
Y	install -s -o root -g bin -m 755 rlogind ${DESTDIR}/usr/libexec/rlogind
Y
Ylint: ${SRCS}
Y	lint -hax ${SRCS}
Y
Ytags: ${SRCS}
Y	ctags ${SRCS}
Y# DO NOT DELETE THIS LINE -- mkdep uses it.
Y# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
SHAR_EOF
chmod 644 '/usr/src/libexec/rlogind/Makefile'
fi
if test -f '/usr/src/libexec/rshd/Makefile'
then
	echo shar: "will not over-write existing file '/usr/src/libexec/rshd/Makefile'"
else
sed 's/^Y//' << \SHAR_EOF > '/usr/src/libexec/rshd/Makefile'
Y#
Y# Public Domain.  1996/11/16 - Steven Schultz
Y#
Y#	@(#)Makefile	1.0 (2.11BSD) 1996/11/16
Y#
YCFLAGS=	 -O
YSEPFLAG= -i
YSRCS=	rshd.c
YOBJS=	rshd.o
YMAN=	rshd.0
YMANSRC=	rshd.8
Y
Yall: rshd rshd.0
Y
Yrshd: ${OBJS}
Y	${CC} ${CFLAGS} ${SEPFLAG} -o $@ ${OBJS}
Y
Yrshd.0: ${MANSRC}
Y	/usr/man/manroff ${MANSRC} > ${MAN}
Y
Yclean:
Y	rm -f ${OBJS} ${MAN} rshd tags 
Y
Ydepend: ${SRCS}
Y	mkdep ${CFLAGS} ${SRCS}
Y
Yinstall: rshd
Y	install -c -o bin -g bin -m 444 ${MAN} ${DESTDIR}/usr/man/cat8
Y	install -s -o root -g bin -m 755 rshd ${DESTDIR}/usr/libexec/rshd
Y
Ylint: ${SRCS}
Y	lint -hax ${SRCS}
Y
Ytags: ${SRCS}
Y	ctags ${SRCS}
Y# DO NOT DELETE THIS LINE -- mkdep uses it.
Y# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
SHAR_EOF
chmod 644 '/usr/src/libexec/rshd/Makefile'
fi
if test -f '/usr/src/libexec/talkd/Makefile'
then
	echo shar: "will not over-write existing file '/usr/src/libexec/talkd/Makefile'"
else
sed 's/^Y//' << \SHAR_EOF > '/usr/src/libexec/talkd/Makefile'
Y#
Y# Public Domain.  1996/11/16 - Steven Schultz
Y#
Y#	@(#)Makefile	1.0 (2.11BSD) 1996/11/16
Y#
YCFLAGS=	 -O
YSEPFLAG= -i
YSRCS=	announce.c print.c process.c table.c talkd.c
YOBJS=	announce.o print.o process.o table.o talkd.o
YMAN=	talkd.0
YMANSRC=	talkd.8
Y
Yall: talkd talkd.0
Y
Ytalkd: ${OBJS}
Y	${CC} ${CFLAGS} ${SEPFLAG} -o $@ ${OBJS}
Y
Ytalkd.0: ${MANSRC}
Y	/usr/man/manroff ${MANSRC} > ${MAN}
Y
Yclean:
Y	rm -f ${OBJS} ${MAN} talkd tags 
Y
Ydepend: ${SRCS}
Y	mkdep ${CFLAGS} ${SRCS}
Y
Yinstall: talkd
Y	install -c -o bin -g bin -m 444 ${MAN} ${DESTDIR}/usr/man/cat8
Y	install -s -o root -g bin -m 755 talkd ${DESTDIR}/usr/libexec/ntalkd
Y
Ylint: ${SRCS}
Y	lint -hax ${SRCS}
Y
Ytags: ${SRCS}
Y	ctags ${SRCS}
Y# DO NOT DELETE THIS LINE -- mkdep uses it.
Y# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
SHAR_EOF
chmod 644 '/usr/src/libexec/talkd/Makefile'
fi
if test -f '/usr/src/libexec/telnetd/Makefile'
then
	echo shar: "will not over-write existing file '/usr/src/libexec/telnetd/Makefile'"
else
sed 's/^Y//' << \SHAR_EOF > '/usr/src/libexec/telnetd/Makefile'
Y#
Y# Public Domain.  1996/11/16 - Steven Schultz
Y#
Y#	@(#)Makefile	1.0 (2.11BSD) 1996/11/16
Y#
YCFLAGS=	 -O
YSEPFLAG= -i
YSRCS=	telnetd.c
YOBJS=	telnetd.o
YMAN=	telnetd.0
YMANSRC=	telnetd.8
Y
Yall: telnetd telnetd.0
Y
Ytelnetd: ${OBJS}
Y	${CC} ${CFLAGS} ${SEPFLAG} -o $@ ${OBJS}
Y
Ytelnetd.0: ${MANSRC}
Y	/usr/man/manroff ${MANSRC} > ${MAN}
Y
Yclean:
Y	rm -f ${OBJS} ${MAN} telnetd tags 
Y
Ydepend: ${SRCS}
Y	mkdep ${CFLAGS} ${SRCS}
Y
Yinstall: telnetd
Y	install -c -o bin -g bin -m 444 ${MAN} ${DESTDIR}/usr/man/cat8
Y	install -s -o root -g bin -m 755 telnetd ${DESTDIR}/usr/libexec/telnetd
Y
Ylint: ${SRCS}
Y	lint -hax ${SRCS}
Y
Ytags: ${SRCS}
Y	ctags ${SRCS}
Y# DO NOT DELETE THIS LINE -- mkdep uses it.
Y# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
SHAR_EOF
chmod 644 '/usr/src/libexec/telnetd/Makefile'
fi
if test -f '/usr/src/libexec/tftpd/Makefile'
then
	echo shar: "will not over-write existing file '/usr/src/libexec/tftpd/Makefile'"
else
sed 's/^Y//' << \SHAR_EOF > '/usr/src/libexec/tftpd/Makefile'
Y#
Y# Public Domain.  1996/11/16 - Steven Schultz
Y#
Y#	@(#)Makefile	1.0 (2.11BSD) 1996/11/16
Y#
YCFLAGS=	 -O
YSEPFLAG= -i
YSRCS=	tftpd.c tftpsubs.c
YOBJS=	tftpd.o tftpsubs.o
YMAN=	tftpd.0
YMANSRC=	tftpd.8
Y
Yall: tftpd tftpd.0
Y
Ytftpd: ${OBJS}
Y	${CC} ${CFLAGS} ${SEPFLAG} -o $@ ${OBJS}
Y
Ytftpd.0: ${MANSRC}
Y	/usr/man/manroff ${MANSRC} > ${MAN}
Y
Yclean:
Y	rm -f ${OBJS} ${MAN} tftpd tags 
Y
Ydepend: ${SRCS}
Y	mkdep ${CFLAGS} ${SRCS}
Y
Yinstall: tftpd
Y	install -c -o bin -g bin -m 444 ${MAN} ${DESTDIR}/usr/man/cat8
Y	install -s -o root -g bin -m 755 tftpd ${DESTDIR}/usr/libexec/tftpd
Y
Ylint: ${SRCS}
Y	lint -hax ${SRCS}
Y
Ytags: ${SRCS}
Y	ctags ${SRCS}
Y# DO NOT DELETE THIS LINE -- mkdep uses it.
Y# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
SHAR_EOF
chmod 644 '/usr/src/libexec/tftpd/Makefile'
fi
if test -f '/usr/src/sbin/badsect/Makefile'
then
	echo shar: "will not over-write existing file '/usr/src/sbin/badsect/Makefile'"
else
sed 's/^Y//' << \SHAR_EOF > '/usr/src/sbin/badsect/Makefile'
Y#
Y# Public Domain.  1996/11/16 - Steven Schultz
Y#
Y#	@(#)Makefile	1.0 (2.11BSD) 1996/11/16
Y#
YCFLAGS=	 -O
YSEPFLAG= -i
YSRCS=	badsect.c
YOBJS=	badsect.o
YMAN=	badsect.0
YMANSRC=	badsect.8
Y
Yall: badsect badsect.0
Y
Ybadsect: ${OBJS}
Y	${CC} ${CFLAGS} ${SEPFLAG} -o $@ ${OBJS}
Y
Ybadsect.0: ${MANSRC}
Y	/usr/man/manroff ${MANSRC} > ${MAN}
Y
Yclean:
Y	rm -f ${OBJS} ${MAN} badsect tags 
Y
Ydepend: ${SRCS}
Y	mkdep ${CFLAGS} ${SRCS}
Y
Yinstall: badsect
Y	install -c -o bin -g bin -m 444 ${MAN} ${DESTDIR}/usr/man/cat8
Y	install -s -o root -g bin -m 755 badsect ${DESTDIR}/sbin/badsect
Y
Ylint: ${SRCS}
Y	lint -hax ${SRCS}
Y
Ytags: ${SRCS}
Y	ctags ${SRCS}
Y# DO NOT DELETE THIS LINE -- mkdep uses it.
Y# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
SHAR_EOF
chmod 644 '/usr/src/sbin/badsect/Makefile'
fi
if test -f '/usr/src/sbin/clri/Makefile'
then
	echo shar: "will not over-write existing file '/usr/src/sbin/clri/Makefile'"
else
sed 's/^Y//' << \SHAR_EOF > '/usr/src/sbin/clri/Makefile'
Y#
Y# Public Domain.  1996/11/16 - Steven Schultz
Y#
Y#	@(#)Makefile	1.0 (2.11BSD) 1996/11/16
Y#
YCFLAGS=	 -O
YSEPFLAG= -i
YSRCS=	clri.c
YOBJS=	clri.o
YMAN=	clri.0
YMANSRC=	clri.8
Y
Yall: clri clri.0
Y
Yclri: ${OBJS}
Y	${CC} ${CFLAGS} ${SEPFLAG} -o $@ ${OBJS}
Y
Yclri.0: ${MANSRC}
Y	/usr/man/manroff ${MANSRC} > ${MAN}
Y
Yclean:
Y	rm -f ${OBJS} ${MAN} clri tags 
Y
Ydepend: ${SRCS}
Y	mkdep ${CFLAGS} ${SRCS}
Y
Yinstall: clri
Y	install -c -o bin -g bin -m 444 ${MAN} ${DESTDIR}/usr/man/cat8
Y	install -s -o root -g bin -m 755 clri ${DESTDIR}/sbin/clri
Y
Ylint: ${SRCS}
Y	lint -hax ${SRCS}
Y
Ytags: ${SRCS}
Y	ctags ${SRCS}
Y# DO NOT DELETE THIS LINE -- mkdep uses it.
Y# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
SHAR_EOF
chmod 644 '/usr/src/sbin/clri/Makefile'
fi
if test -f '/usr/src/sbin/dcheck/Makefile'
then
	echo shar: "will not over-write existing file '/usr/src/sbin/dcheck/Makefile'"
else
sed 's/^Y//' << \SHAR_EOF > '/usr/src/sbin/dcheck/Makefile'
Y#
Y# Public Domain.  1996/11/16 - Steven Schultz
Y#
Y#	@(#)Makefile	1.0 (2.11BSD) 1996/11/16
Y#
YCFLAGS=	 -O
YSEPFLAG= -i
YSRCS=	dcheck.c
YOBJS=	dcheck.o
YMAN=	dcheck.0
YMANSRC=	dcheck.8
Y
Yall: dcheck dcheck.0
Y
Ydcheck: ${OBJS}
Y	${CC} ${CFLAGS} ${SEPFLAG} -o $@ ${OBJS}
Y
Ydcheck.0: ${MANSRC}
Y	/usr/man/manroff ${MANSRC} > ${MAN}
Y
Yclean:
Y	rm -f ${OBJS} ${MAN} dcheck tags 
Y
Ydepend: ${SRCS}
Y	mkdep ${CFLAGS} ${SRCS}
Y
Yinstall: dcheck
Y	install -c -o bin -g bin -m 444 ${MAN} ${DESTDIR}/usr/man/cat8
Y	install -s -o root -g bin -m 755 dcheck ${DESTDIR}/sbin/dcheck
Y
Ylint: ${SRCS}
Y	lint -hax ${SRCS}
Y
Ytags: ${SRCS}
Y	ctags ${SRCS}
Y# DO NOT DELETE THIS LINE -- mkdep uses it.
Y# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
SHAR_EOF
chmod 644 '/usr/src/sbin/dcheck/Makefile'
fi
if test -f '/usr/src/sbin/dmesg/Makefile'
then
	echo shar: "will not over-write existing file '/usr/src/sbin/dmesg/Makefile'"
else
sed 's/^Y//' << \SHAR_EOF > '/usr/src/sbin/dmesg/Makefile'
Y#
Y# Public Domain.  1996/11/16 - Steven Schultz
Y#
Y#	@(#)Makefile	1.0 (2.11BSD) 1996/11/16
Y#
YCFLAGS=	 -O
YSEPFLAG= -i
YSRCS=	dmesg.c
YOBJS=	dmesg.o
YMAN=	dmesg.0
YMANSRC=	dmesg.8
Y
Yall: dmesg dmesg.0
Y
Ydmesg: ${OBJS}
Y	${CC} ${CFLAGS} ${SEPFLAG} -o $@ ${OBJS}
Y
Ydmesg.0: ${MANSRC}
Y	/usr/man/manroff ${MANSRC} > ${MAN}
Y
Yclean:
Y	rm -f ${OBJS} ${MAN} dmesg tags 
Y
Ydepend: ${SRCS}
Y	mkdep ${CFLAGS} ${SRCS}
Y
Yinstall: dmesg
Y	install -c -o bin -g bin -m 444 ${MAN} ${DESTDIR}/usr/man/cat8
Y	install -s -o bin -g kmem -m 2755 dmesg ${DESTDIR}/sbin/dmesg
Y
Ylint: ${SRCS}
Y	lint -hax ${SRCS}
Y
Ytags: ${SRCS}
Y	ctags ${SRCS}
Y# DO NOT DELETE THIS LINE -- mkdep uses it.
Y# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
SHAR_EOF
chmod 644 '/usr/src/sbin/dmesg/Makefile'
fi
if test -f '/usr/src/sbin/dumpfs/Makefile'
then
	echo shar: "will not over-write existing file '/usr/src/sbin/dumpfs/Makefile'"
else
sed 's/^Y//' << \SHAR_EOF > '/usr/src/sbin/dumpfs/Makefile'
Y#
Y# Public Domain.  1996/11/16 - Steven Schultz
Y#
Y#	@(#)Makefile	1.0 (2.11BSD) 1996/11/16
Y#
YCFLAGS=	 -O
YSEPFLAG= -i
YSRCS=	dumpfs.c
YOBJS=	dumpfs.o
YMAN=	dumpfs.0
YMANSRC=	dumpfs.8
Y
Yall: dumpfs dumpfs.0
Y
Ydumpfs: ${OBJS}
Y	${CC} ${CFLAGS} ${SEPFLAG} -o $@ ${OBJS}
Y
Ydumpfs.0: ${MANSRC}
Y	/usr/man/manroff ${MANSRC} > ${MAN}
Y
Yclean:
Y	rm -f ${OBJS} ${MAN} dumpfs tags 
Y
Ydepend: ${SRCS}
Y	mkdep ${CFLAGS} ${SRCS}
Y
Yinstall: dumpfs
Y	install -c -o bin -g bin -m 444 ${MAN} ${DESTDIR}/usr/man/cat8
Y	install -s -o root -g bin -m 755 dumpfs ${DESTDIR}/sbin/dumpfs
Y
Ylint: ${SRCS}
Y	lint -hax ${SRCS}
Y
Ytags: ${SRCS}
Y	ctags ${SRCS}
Y# DO NOT DELETE THIS LINE -- mkdep uses it.
Y# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
SHAR_EOF
chmod 644 '/usr/src/sbin/dumpfs/Makefile'
fi
if test -f '/usr/src/sbin/icheck/Makefile'
then
	echo shar: "will not over-write existing file '/usr/src/sbin/icheck/Makefile'"
else
sed 's/^Y//' << \SHAR_EOF > '/usr/src/sbin/icheck/Makefile'
Y#
Y# Public Domain.  1996/11/16 - Steven Schultz
Y#
Y#	@(#)Makefile	1.0 (2.11BSD) 1996/11/16
Y#
YCFLAGS=	 -O
YSEPFLAG= -i
YSRCS=	icheck.c
YOBJS=	icheck.o
YMAN=	icheck.0
YMANSRC=	icheck.8
Y
Yall: icheck icheck.0
Y
Yicheck: ${OBJS}
Y	${CC} ${CFLAGS} ${SEPFLAG} -o $@ ${OBJS}
Y
Yicheck.0: ${MANSRC}
Y	/usr/man/manroff ${MANSRC} > ${MAN}
Y
Yclean:
Y	rm -f ${OBJS} ${MAN} icheck tags 
Y
Ydepend: ${SRCS}
Y	mkdep ${CFLAGS} ${SRCS}
Y
Yinstall: icheck
Y	install -c -o bin -g bin -m 444 ${MAN} ${DESTDIR}/usr/man/cat8
Y	install -s -o root -g bin -m 755 icheck ${DESTDIR}/sbin/icheck
Y
Ylint: ${SRCS}
Y	lint -hax ${SRCS}
Y
Ytags: ${SRCS}
Y	ctags ${SRCS}
Y# DO NOT DELETE THIS LINE -- mkdep uses it.
Y# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
SHAR_EOF
chmod 644 '/usr/src/sbin/icheck/Makefile'
fi
if test -f '/usr/src/sbin/ifconfig/Makefile'
then
	echo shar: "will not over-write existing file '/usr/src/sbin/ifconfig/Makefile'"
else
sed 's/^Y//' << \SHAR_EOF > '/usr/src/sbin/ifconfig/Makefile'
Y#
Y# Public Domain.  1996/11/16 - Steven Schultz
Y#
Y#	@(#)Makefile	1.0 (2.11BSD) 1996/11/16
Y#
YCFLAGS=	 -O
YSEPFLAG= -i
YSRCS=	ifconfig.c
YOBJS=	ifconfig.o
YMAN=	ifconfig.0
YMANSRC=	ifconfig.8
Y
Yall: ifconfig ifconfig.0
Y
Yifconfig: ${OBJS}
Y	${CC} ${CFLAGS} ${SEPFLAG} -o $@ ${OBJS}
Y
Yifconfig.0: ${MANSRC}
Y	/usr/man/manroff ${MANSRC} > ${MAN}
Y
Yclean:
Y	rm -f ${OBJS} ${MAN} ifconfig tags 
Y
Ydepend: ${SRCS}
Y	mkdep ${CFLAGS} ${SRCS}
Y
Yinstall: ifconfig
Y	install -c -o bin -g bin -m 444 ${MAN} ${DESTDIR}/usr/man/cat8
Y	install -s -o root -g bin -m 755 ifconfig ${DESTDIR}/sbin/ifconfig
Y
Ylint: ${SRCS}
Y	lint -hax ${SRCS}
Y
Ytags: ${SRCS}
Y	ctags ${SRCS}
Y# DO NOT DELETE THIS LINE -- mkdep uses it.
Y# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
SHAR_EOF
chmod 644 '/usr/src/sbin/ifconfig/Makefile'
fi
if test -f '/usr/src/sbin/mkfs/Makefile'
then
	echo shar: "will not over-write existing file '/usr/src/sbin/mkfs/Makefile'"
else
sed 's/^Y//' << \SHAR_EOF > '/usr/src/sbin/mkfs/Makefile'
Y#
Y# Public Domain.  1996/11/16 - Steven Schultz
Y#
Y#	@(#)Makefile	1.0 (2.11BSD) 1996/11/16
Y#
YCFLAGS=	 -O
YSEPFLAG= -i
YSRCS=	mkfs.c
YOBJS=	mkfs.o
YMAN=	mkfs.0
YMANSRC=	mkfs.8
Y
Yall: mkfs mkfs.0
Y
Ymkfs: ${OBJS}
Y	${CC} ${CFLAGS} ${SEPFLAG} -o $@ ${OBJS}
Y
Ymkfs.0: ${MANSRC}
Y	/usr/man/manroff ${MANSRC} > ${MAN}
Y
Yclean:
Y	rm -f ${OBJS} ${MAN} mkfs tags 
Y
Ydepend: ${SRCS}
Y	mkdep ${CFLAGS} ${SRCS}
Y
Yinstall: mkfs
Y	install -c -o bin -g bin -m 444 ${MAN} ${DESTDIR}/usr/man/cat8
Y	install -s -o root -g bin -m 755 mkfs ${DESTDIR}/sbin/mkfs
Y
Ylint: ${SRCS}
Y	lint -hax ${SRCS}
Y
Ytags: ${SRCS}
Y	ctags ${SRCS}
Y# DO NOT DELETE THIS LINE -- mkdep uses it.
Y# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
SHAR_EOF
chmod 644 '/usr/src/sbin/mkfs/Makefile'
fi
if test -f '/usr/src/sbin/mknod/Makefile'
then
	echo shar: "will not over-write existing file '/usr/src/sbin/mknod/Makefile'"
else
sed 's/^Y//' << \SHAR_EOF > '/usr/src/sbin/mknod/Makefile'
Y#
Y# Public Domain.  1996/11/16 - Steven Schultz
Y#
Y#	@(#)Makefile	1.0 (2.11BSD) 1996/11/16
Y#
YCFLAGS=	 -O
YSEPFLAG= -i
YSRCS=	mknod.c
YOBJS=	mknod.o
YMAN=	mknod.0
YMANSRC=	mknod.8
Y
Yall: mknod mknod.0
Y
Ymknod: ${OBJS}
Y	${CC} ${CFLAGS} ${SEPFLAG} -o $@ ${OBJS}
Y
Ymknod.0: ${MANSRC}
Y	/usr/man/manroff ${MANSRC} > ${MAN}
Y
Yclean:
Y	rm -f ${OBJS} ${MAN} mknod tags 
Y
Ydepend: ${SRCS}
Y	mkdep ${CFLAGS} ${SRCS}
Y
Yinstall: mknod
Y	install -c -o bin -g bin -m 444 ${MAN} ${DESTDIR}/usr/man/cat8
Y	install -s -o root -g bin -m 755 mknod ${DESTDIR}/sbin/mknod
Y
Ylint: ${SRCS}
Y	lint -hax ${SRCS}
Y
Ytags: ${SRCS}
Y	ctags ${SRCS}
Y# DO NOT DELETE THIS LINE -- mkdep uses it.
Y# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
SHAR_EOF
chmod 644 '/usr/src/sbin/mknod/Makefile'
fi
if test -f '/usr/src/sbin/ncheck/Makefile'
then
	echo shar: "will not over-write existing file '/usr/src/sbin/ncheck/Makefile'"
else
sed 's/^Y//' << \SHAR_EOF > '/usr/src/sbin/ncheck/Makefile'
Y#
Y# Public Domain.  1996/11/16 - Steven Schultz
Y#
Y#	@(#)Makefile	1.0 (2.11BSD) 1996/11/16
Y#
YCFLAGS=	 -O
YSEPFLAG= -i
YSRCS=	ncheck.c
YOBJS=	ncheck.o
YMAN=	ncheck.0
YMANSRC=	ncheck.8
Y
Yall: ncheck ncheck.0
Y
Yncheck: ${OBJS}
Y	${CC} ${CFLAGS} ${SEPFLAG} -o $@ ${OBJS}
Y
Yncheck.0: ${MANSRC}
Y	/usr/man/manroff ${MANSRC} > ${MAN}
Y
Yclean:
Y	rm -f ${OBJS} ${MAN} ncheck tags 
Y
Ydepend: ${SRCS}
Y	mkdep ${CFLAGS} ${SRCS}
Y
Yinstall: ncheck
Y	install -c -o bin -g bin -m 444 ${MAN} ${DESTDIR}/usr/man/cat8
Y	install -s -o root -g bin -m 755 ncheck ${DESTDIR}/sbin/ncheck
Y
Ylint: ${SRCS}
Y	lint -hax ${SRCS}
Y
Ytags: ${SRCS}
Y	ctags ${SRCS}
Y# DO NOT DELETE THIS LINE -- mkdep uses it.
Y# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
SHAR_EOF
chmod 644 '/usr/src/sbin/ncheck/Makefile'
fi
if test -f '/usr/src/sbin/newfs/Makefile'
then
	echo shar: "will not over-write existing file '/usr/src/sbin/newfs/Makefile'"
else
sed 's/^Y//' << \SHAR_EOF > '/usr/src/sbin/newfs/Makefile'
Y#
Y# Public Domain.  1996/11/16 - Steven Schultz
Y#
Y#	@(#)Makefile	1.0 (2.11BSD) 1996/11/16
Y#
YCFLAGS=	 -O
YSEPFLAG= -i
YSRCS=	newfs.c
YOBJS=	newfs.o
YMAN=	newfs.0
YMANSRC=	newfs.8
Y
Yall: newfs newfs.0
Y
Ynewfs: ${OBJS}
Y	${CC} ${CFLAGS} ${SEPFLAG} -o $@ ${OBJS}
Y
Ynewfs.0: ${MANSRC}
Y	/usr/man/manroff ${MANSRC} > ${MAN}
Y
Yclean:
Y	rm -f ${OBJS} ${MAN} newfs tags 
Y
Ydepend: ${SRCS}
Y	mkdep ${CFLAGS} ${SRCS}
Y
Yinstall: newfs
Y	install -c -o bin -g bin -m 444 ${MAN} ${DESTDIR}/usr/man/cat8
Y	install -s -o root -g bin -m 755 newfs ${DESTDIR}/sbin/newfs
Y
Ylint: ${SRCS}
Y	lint -hax ${SRCS}
Y
Ytags: ${SRCS}
Y	ctags ${SRCS}
Y# DO NOT DELETE THIS LINE -- mkdep uses it.
Y# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
SHAR_EOF
chmod 644 '/usr/src/sbin/newfs/Makefile'
fi
if test -f '/usr/src/sbin/reboot/Makefile'
then
	echo shar: "will not over-write existing file '/usr/src/sbin/reboot/Makefile'"
else
sed 's/^Y//' << \SHAR_EOF > '/usr/src/sbin/reboot/Makefile'
Y#
Y# Public Domain.  1996/11/16 - Steven Schultz
Y#
Y#	@(#)Makefile	1.0 (2.11BSD) 1996/11/16
Y#
YCFLAGS=	 -O
YSEPFLAG= -i
YSRCS=	reboot.c
YOBJS=	reboot.o
YMAN=	reboot.0
YMANSRC=	reboot.8
Y
Yall: reboot reboot.0
Y
Yreboot: ${OBJS}
Y	${CC} ${CFLAGS} ${SEPFLAG} -o $@ ${OBJS}
Y
Yreboot.0: ${MANSRC}
Y	/usr/man/manroff ${MANSRC} > ${MAN}
Y
Yclean:
Y	rm -f ${OBJS} ${MAN} reboot tags 
Y
Ydepend: ${SRCS}
Y	mkdep ${CFLAGS} ${SRCS}
Y
Yinstall: reboot
Y	install -c -o bin -g bin -m 444 ${MAN} ${DESTDIR}/usr/man/cat8
Y	-rm -f ${DESTDIR}/usr/man/cat8/fastboot.0 ${DESTDIR}/usr/man/cat8/halt.0
Y	ln ${DESTDIR}/usr/man/cat8/reboot.0 ${DESTDIR}/usr/man/cat8/fastboot.0
Y	ln ${DESTDIR}/usr/man/cat8/reboot.0 ${DESTDIR}/usr/man/cat8/halt.0
Y	install -s -o root -g bin -m 755 reboot ${DESTDIR}/sbin/reboot
Y	-rm ${DESTDIR}/sbin/fastboot ${DESTDIR}/sbin/halt
Y	ln ${DESTDIR}/sbin/reboot ${DESTDIR}/sbin/halt
Y	ln ${DESTDIR}/sbin/reboot ${DESTDIR}/sbin/fastboot
Y
Ylint: ${SRCS}
Y	lint -hax ${SRCS}
Y
Ytags: ${SRCS}
Y	ctags ${SRCS}
Y# DO NOT DELETE THIS LINE -- mkdep uses it.
Y# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
SHAR_EOF
chmod 644 '/usr/src/sbin/reboot/Makefile'
fi
if test -f '/usr/src/sbin/restor/Makefile'
then
	echo shar: "will not over-write existing file '/usr/src/sbin/restor/Makefile'"
else
sed 's/^Y//' << \SHAR_EOF > '/usr/src/sbin/restor/Makefile'
Y#
Y# Public Domain.  1996/11/16 - Steven Schultz
Y#
Y#	@(#)Makefile	1.0 (2.11BSD) 1996/11/16
Y#
YCFLAGS=	 -O
YSEPFLAG= -i
YSRCS=	restor.c
YOBJS=	restor.o
YMAN=	restor.0
YMANSRC=	restor.8
Y
Yall: restor restor.0
Y
Yrestor: ${OBJS}
Y	${CC} ${CFLAGS} ${SEPFLAG} -o $@ ${OBJS}
Y
Yrestor.0: ${MANSRC}
Y	/usr/man/manroff ${MANSRC} > ${MAN}
Y
Yclean:
Y	rm -f ${OBJS} ${MAN} restor tags 
Y
Ydepend: ${SRCS}
Y	mkdep ${CFLAGS} ${SRCS}
Y
Yinstall: restor
Y	install -c -o bin -g bin -m 444 ${MAN} ${DESTDIR}/usr/man/cat8
Y	install -s -o root -g bin -m 755 restor ${DESTDIR}/sbin/restor
Y
Ylint: ${SRCS}
Y	lint -hax ${SRCS}
Y
Ytags: ${SRCS}
Y	ctags ${SRCS}
Y# DO NOT DELETE THIS LINE -- mkdep uses it.
Y# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
SHAR_EOF
chmod 644 '/usr/src/sbin/restor/Makefile'
fi
if test -f '/usr/src/sbin/route/Makefile'
then
	echo shar: "will not over-write existing file '/usr/src/sbin/route/Makefile'"
else
sed 's/^Y//' << \SHAR_EOF > '/usr/src/sbin/route/Makefile'
Y#
Y# Public Domain.  1996/11/16 - Steven Schultz
Y#
Y#	@(#)Makefile	1.0 (2.11BSD) 1996/11/16
Y#
YCFLAGS=	 -O
YSEPFLAG= -i
YSRCS=	route.c
YOBJS=	route.o
YMAN=	route.0
YMANSRC=	route.8
Y
Yall: route route.0
Y
Yroute: ${OBJS}
Y	${CC} ${CFLAGS} ${SEPFLAG} -o $@ ${OBJS}
Y
Yroute.0: ${MANSRC}
Y	/usr/man/manroff ${MANSRC} > ${MAN}
Y
Yclean:
Y	rm -f ${OBJS} ${MAN} route tags 
Y
Ydepend: ${SRCS}
Y	mkdep ${CFLAGS} ${SRCS}
Y
Yinstall: route
Y	install -c -o bin -g bin -m 444 ${MAN} ${DESTDIR}/usr/man/cat8
Y	install -s -o root -g bin -m 755 route ${DESTDIR}/sbin/route
Y
Ylint: ${SRCS}
Y	lint -hax ${SRCS}
Y
Ytags: ${SRCS}
Y	ctags ${SRCS}
Y# DO NOT DELETE THIS LINE -- mkdep uses it.
Y# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
SHAR_EOF
chmod 644 '/usr/src/sbin/route/Makefile'
fi
if test -f '/usr/src/sbin/savecore/Makefile'
then
	echo shar: "will not over-write existing file '/usr/src/sbin/savecore/Makefile'"
else
sed 's/^Y//' << \SHAR_EOF > '/usr/src/sbin/savecore/Makefile'
Y#
Y# Public Domain.  1996/11/16 - Steven Schultz
Y#
Y#	@(#)Makefile	1.0 (2.11BSD) 1996/11/16
Y#
YCFLAGS=	 -O
YSEPFLAG= -i
YSRCS=	savecore.c
YOBJS=	savecore.o
YMAN=	savecore.0
YMANSRC=	savecore.8
Y
Yall: savecore savecore.0
Y
Ysavecore: ${OBJS}
Y	${CC} ${CFLAGS} ${SEPFLAG} -o $@ ${OBJS}
Y
Ysavecore.0: ${MANSRC}
Y	/usr/man/manroff ${MANSRC} > ${MAN}
Y
Yclean:
Y	rm -f ${OBJS} ${MAN} savecore tags 
Y
Ydepend: ${SRCS}
Y	mkdep ${CFLAGS} ${SRCS}
Y
Yinstall: savecore
Y	install -c -o bin -g bin -m 444 ${MAN} ${DESTDIR}/usr/man/cat8
Y	install -s -o root -g bin -m 755 savecore ${DESTDIR}/sbin/savecore
Y
Ylint: ${SRCS}
Y	lint -hax ${SRCS}
Y
Ytags: ${SRCS}
Y	ctags ${SRCS}
Y# DO NOT DELETE THIS LINE -- mkdep uses it.
Y# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
SHAR_EOF
chmod 644 '/usr/src/sbin/savecore/Makefile'
fi
if test -f '/usr/src/sbin/shutdown/Makefile'
then
	echo shar: "will not over-write existing file '/usr/src/sbin/shutdown/Makefile'"
else
sed 's/^Y//' << \SHAR_EOF > '/usr/src/sbin/shutdown/Makefile'
Y#
Y# Public Domain.  1996/11/16 - Steven Schultz
Y#
Y#	@(#)Makefile	1.0 (2.11BSD) 1996/11/16
Y#
YCFLAGS=	 -O
YSEPFLAG= -i
YSRCS=	shutdown.c
YOBJS=	shutdown.o
YMAN=	shutdown.0
YMANSRC=	shutdown.8
Y
Yall: shutdown shutdown.0
Y
Yshutdown: ${OBJS}
Y	${CC} ${CFLAGS} ${SEPFLAG} -o $@ ${OBJS}
Y
Yshutdown.0: ${MANSRC}
Y	/usr/man/manroff ${MANSRC} > ${MAN}
Y
Yclean:
Y	rm -f ${OBJS} ${MAN} shutdown tags 
Y
Ydepend: ${SRCS}
Y	mkdep ${CFLAGS} ${SRCS}
Y
Yinstall: shutdown
Y	install -c -o bin -g bin -m 444 ${MAN} ${DESTDIR}/usr/man/cat8
Y	install -s -o root -g operator -m 4750 shutdown ${DESTDIR}/sbin/shutdown
Y
Ylint: ${SRCS}
Y	lint -hax ${SRCS}
Y
Ytags: ${SRCS}
Y	ctags ${SRCS}
Y# DO NOT DELETE THIS LINE -- mkdep uses it.
Y# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
SHAR_EOF
chmod 644 '/usr/src/sbin/shutdown/Makefile'
fi
if test -f '/usr/src/sbin/slattach/Makefile'
then
	echo shar: "will not over-write existing file '/usr/src/sbin/slattach/Makefile'"
else
sed 's/^Y//' << \SHAR_EOF > '/usr/src/sbin/slattach/Makefile'
Y#
Y# Public Domain.  1996/11/16 - Steven Schultz
Y#
Y#	@(#)Makefile	1.0 (2.11BSD) 1996/11/16
Y#
YCFLAGS=	 -O
YSEPFLAG= -i
YSRCS=	slattach.c
YOBJS=	slattach.o
YMAN=	slattach.0
YMANSRC=	slattach.8
Y
Yall: slattach slattach.0
Y
Yslattach: ${OBJS}
Y	${CC} ${CFLAGS} ${SEPFLAG} -o $@ ${OBJS}
Y
Yslattach.0: ${MANSRC}
Y	/usr/man/manroff ${MANSRC} > ${MAN}
Y
Yclean:
Y	rm -f ${OBJS} ${MAN} slattach tags 
Y
Ydepend: ${SRCS}
Y	mkdep ${CFLAGS} ${SRCS}
Y
Yinstall: slattach
Y	install -c -o bin -g bin -m 444 ${MAN} ${DESTDIR}/usr/man/cat8
Y	install -s -o root -g bin -m 755 slattach ${DESTDIR}/sbin/slattach
Y
Ylint: ${SRCS}
Y	lint -hax ${SRCS}
Y
Ytags: ${SRCS}
Y	ctags ${SRCS}
Y# DO NOT DELETE THIS LINE -- mkdep uses it.
Y# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
SHAR_EOF
chmod 644 '/usr/src/sbin/slattach/Makefile'
fi
if test -f '/usr/src/sbin/swapon/Makefile'
then
	echo shar: "will not over-write existing file '/usr/src/sbin/swapon/Makefile'"
else
sed 's/^Y//' << \SHAR_EOF > '/usr/src/sbin/swapon/Makefile'
Y#
Y# Public Domain.  1996/11/16 - Steven Schultz
Y#
Y#	@(#)Makefile	1.0 (2.11BSD) 1996/11/16
Y#
YCFLAGS=	 -O
YSEPFLAG= -i
YSRCS=	swapon.c
YOBJS=	swapon.o
YMAN=	swapon.0
YMANSRC=	swapon.8
Y
Yall: swapon swapon.0
Y
Yswapon: ${OBJS}
Y	${CC} ${CFLAGS} ${SEPFLAG} -o $@ ${OBJS}
Y
Yswapon.0: ${MANSRC}
Y	/usr/man/manroff ${MANSRC} > ${MAN}
Y
Yclean:
Y	rm -f ${OBJS} ${MAN} swapon tags 
Y
Ydepend: ${SRCS}
Y	mkdep ${CFLAGS} ${SRCS}
Y
Yinstall: swapon
Y	install -c -o bin -g bin -m 444 ${MAN} ${DESTDIR}/usr/man/cat8
Y	install -s -o root -g bin -m 755 swapon ${DESTDIR}/sbin/swapon
Y
Ylint: ${SRCS}
Y	lint -hax ${SRCS}
Y
Ytags: ${SRCS}
Y	ctags ${SRCS}
Y# DO NOT DELETE THIS LINE -- mkdep uses it.
Y# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
SHAR_EOF
chmod 644 '/usr/src/sbin/swapon/Makefile'
fi
if test -f '/usr/src/sbin/testnet/Makefile'
then
	echo shar: "will not over-write existing file '/usr/src/sbin/testnet/Makefile'"
else
sed 's/^Y//' << \SHAR_EOF > '/usr/src/sbin/testnet/Makefile'
Y#
Y# Public Domain.  1996/11/16 - Steven Schultz
Y#
Y#	@(#)Makefile	1.0 (2.11BSD) 1996/11/16
Y#
YCFLAGS=	 -O
YSEPFLAG= -i
YSRCS=	testnet.c
YOBJS=	testnet.o
Y
Yall: testnet
Y
Ytestnet: ${OBJS}
Y	${CC} ${CFLAGS} ${SEPFLAG} -o $@ ${OBJS}
Y
Yclean:
Y	rm -f ${OBJS} testnet tags 
Y
Ydepend: ${SRCS}
Y	mkdep ${CFLAGS} ${SRCS}
Y
Yinstall: testnet
Y	install -s -o root -g bin -m 755 testnet ${DESTDIR}/sbin/testnet
Y
Ylint: ${SRCS}
Y	lint -hax ${SRCS}
Y
Ytags: ${SRCS}
Y	ctags ${SRCS}
Y# DO NOT DELETE THIS LINE -- mkdep uses it.
Y# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
SHAR_EOF
chmod 644 '/usr/src/sbin/testnet/Makefile'
fi
if test -f '/usr/src/sbin/tunefs/Makefile'
then
	echo shar: "will not over-write existing file '/usr/src/sbin/tunefs/Makefile'"
else
sed 's/^Y//' << \SHAR_EOF > '/usr/src/sbin/tunefs/Makefile'
Y#
Y# Public Domain.  1996/11/16 - Steven Schultz
Y#
Y#	@(#)Makefile	1.0 (2.11BSD) 1996/11/16
Y#
YCFLAGS=	 -O
YSEPFLAG= -i
YSRCS=	tunefs.c
YOBJS=	tunefs.o
YMAN=	tunefs.0
YMANSRC=	tunefs.8
Y
Yall: tunefs tunefs.0
Y
Ytunefs: ${OBJS}
Y	${CC} ${CFLAGS} ${SEPFLAG} -o $@ ${OBJS}
Y
Ytunefs.0: ${MANSRC}
Y	/usr/man/manroff ${MANSRC} > ${MAN}
Y
Yclean:
Y	rm -f ${OBJS} ${MAN} tunefs tags 
Y
Ydepend: ${SRCS}
Y	mkdep ${CFLAGS} ${SRCS}
Y
Yinstall: tunefs
Y	install -c -o bin -g bin -m 444 ${MAN} ${DESTDIR}/usr/man/cat8
Y	install -s -o root -g bin -m 755 tunefs ${DESTDIR}/sbin/tunefs
Y
Ylint: ${SRCS}
Y	lint -hax ${SRCS}
Y
Ytags: ${SRCS}
Y	ctags ${SRCS}
Y# DO NOT DELETE THIS LINE -- mkdep uses it.
Y# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
SHAR_EOF
chmod 644 '/usr/src/sbin/tunefs/Makefile'
fi
if test -f '/usr/src/usr.bin/fstat/Makefile'
then
	echo shar: "will not over-write existing file '/usr/src/usr.bin/fstat/Makefile'"
else
sed 's/^Y//' << \SHAR_EOF > '/usr/src/usr.bin/fstat/Makefile'
Y#
Y# Public Domain.  1996/11/16 - Steven Schultz
Y#
Y#	@(#)Makefile	1.0 (2.11BSD) 1996/11/16
Y#
YCFLAGS=	 -O
YSEPFLAG= -i
YSRCS=	fstat.c
YOBJS=	fstat.o
YMAN=	fstat.0
YMANSRC=	fstat.8
Y
Yall: fstat fstat.0
Y
Yfstat: ${OBJS}
Y	${CC} ${CFLAGS} ${SEPFLAG} -o $@ ${OBJS}
Y
Yfstat.0: ${MANSRC}
Y	/usr/man/manroff ${MANSRC} > ${MAN}
Y
Yclean:
Y	rm -f ${OBJS} ${MAN} fstat tags 
Y
Ydepend: ${SRCS}
Y	mkdep ${CFLAGS} ${SRCS}
Y
Yinstall: fstat
Y	install -c -o bin -g bin -m 444 ${MAN} ${DESTDIR}/usr/man/cat8
Y	install -s -o bin -g kmem -m 2755 fstat ${DESTDIR}/usr/bin/fstat
Y
Ylint: ${SRCS}
Y	lint -hax ${SRCS}
Y
Ytags: ${SRCS}
Y	ctags ${SRCS}
Y# DO NOT DELETE THIS LINE -- mkdep uses it.
Y# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
SHAR_EOF
chmod 644 '/usr/src/usr.bin/fstat/Makefile'
fi
if test -f '/usr/src/usr.bin/renice/Makefile'
then
	echo shar: "will not over-write existing file '/usr/src/usr.bin/renice/Makefile'"
else
sed 's/^Y//' << \SHAR_EOF > '/usr/src/usr.bin/renice/Makefile'
Y#
Y# Public Domain.  1996/11/16 - Steven Schultz
Y#
Y#	@(#)Makefile	1.0 (2.11BSD) 1996/11/16
Y#
YCFLAGS=	 -O
YSEPFLAG= -i
YSRCS=	renice.c
YOBJS=	renice.o
YMAN=	renice.0
YMANSRC=	renice.8
Y
Yall: renice renice.0
Y
Yrenice: ${OBJS}
Y	${CC} ${CFLAGS} ${SEPFLAG} -o $@ ${OBJS}
Y
Yrenice.0: ${MANSRC}
Y	/usr/man/manroff ${MANSRC} > ${MAN}
Y
Yclean:
Y	rm -f ${OBJS} ${MAN} renice tags 
Y
Ydepend: ${SRCS}
Y	mkdep ${CFLAGS} ${SRCS}
Y
Yinstall: renice
Y	install -c -o bin -g bin -m 444 ${MAN} ${DESTDIR}/usr/man/cat8
Y	install -s -o root -g bin -m 755 renice ${DESTDIR}/usr/bin/renice
Y
Ylint: ${SRCS}
Y	lint -hax ${SRCS}
Y
Ytags: ${SRCS}
Y	ctags ${SRCS}
Y# DO NOT DELETE THIS LINE -- mkdep uses it.
Y# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
SHAR_EOF
chmod 644 '/usr/src/usr.bin/renice/Makefile'
fi
if test -f '/usr/src/usr.sbin/ac/Makefile'
then
	echo shar: "will not over-write existing file '/usr/src/usr.sbin/ac/Makefile'"
else
sed 's/^Y//' << \SHAR_EOF > '/usr/src/usr.sbin/ac/Makefile'
Y#
Y# Public Domain.  1996/11/16 - Steven Schultz
Y#
Y#	@(#)Makefile	1.0 (2.11BSD) 1996/11/16
Y#
YCFLAGS=	 -O
YSEPFLAG= -i
YSRCS=	ac.c
YOBJS=	ac.o
YMAN=	ac.0
YMANSRC=	ac.8
Y
Yall: ac ac.0
Y
Yac: ${OBJS}
Y	${CC} ${CFLAGS} ${SEPFLAG} -o $@ ${OBJS}
Y
Yac.0: ${MANSRC}
Y	/usr/man/manroff ${MANSRC} > ${MAN}
Y
Yclean:
Y	rm -f ${OBJS} ${MAN} ac tags 
Y
Ydepend: ${SRCS}
Y	mkdep ${CFLAGS} ${SRCS}
Y
Yinstall: ac
Y	install -c -o bin -g bin -m 444 ${MAN} ${DESTDIR}/usr/man/cat8
Y	install -s -o root -g bin -m 755 ac ${DESTDIR}/usr/sbin/ac
Y
Ylint: ${SRCS}
Y	lint -hax ${SRCS}
Y
Ytags: ${SRCS}
Y	ctags ${SRCS}
Y# DO NOT DELETE THIS LINE -- mkdep uses it.
Y# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
SHAR_EOF
chmod 644 '/usr/src/usr.sbin/ac/Makefile'
fi
if test -f '/usr/src/usr.sbin/accton/Makefile'
then
	echo shar: "will not over-write existing file '/usr/src/usr.sbin/accton/Makefile'"
else
sed 's/^Y//' << \SHAR_EOF > '/usr/src/usr.sbin/accton/Makefile'
Y#
Y# Public Domain.  1996/11/16 - Steven Schultz
Y#
Y#	@(#)Makefile	1.0 (2.11BSD) 1996/11/16
Y#
YCFLAGS=	 -O
YSEPFLAG= -i
YSRCS=	accton.c
YOBJS=	accton.o
Y
Yall: accton
Y
Yaccton: ${OBJS}
Y	${CC} ${CFLAGS} ${SEPFLAG} -o $@ ${OBJS}
Y
Yclean:
Y	rm -f ${OBJS} accton tags 
Y
Ydepend: ${SRCS}
Y	mkdep ${CFLAGS} ${SRCS}
Y
Yinstall: accton
Y	install -s -o root -g bin -m 755 accton ${DESTDIR}/usr/sbin/accton
Y
Ylint: ${SRCS}
Y	lint -hax ${SRCS}
Y
Ytags: ${SRCS}
Y	ctags ${SRCS}
Y# DO NOT DELETE THIS LINE -- mkdep uses it.
Y# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
SHAR_EOF
chmod 644 '/usr/src/usr.sbin/accton/Makefile'
fi
if test -f '/usr/src/usr.sbin/arff/Makefile'
then
	echo shar: "will not over-write existing file '/usr/src/usr.sbin/arff/Makefile'"
else
sed 's/^Y//' << \SHAR_EOF > '/usr/src/usr.sbin/arff/Makefile'
Y#
Y# Public Domain.  1996/11/16 - Steven Schultz
Y#
Y#	@(#)Makefile	1.0 (2.11BSD) 1996/11/16
Y#
YCFLAGS=	 -O
YSEPFLAG= -i
YSRCS=	arff.c
YOBJS=	arff.o
YMAN=	arff.0
YMANSRC=	arff.8
Y
Yall: arff arff.0
Y
Yarff: ${OBJS}
Y	${CC} ${CFLAGS} ${SEPFLAG} -o $@ ${OBJS}
Y
Yarff.0: ${MANSRC}
Y	/usr/man/manroff ${MANSRC} > ${MAN}
Y
Yclean:
Y	rm -f ${OBJS} ${MAN} arff tags 
Y
Ydepend: ${SRCS}
Y	mkdep ${CFLAGS} ${SRCS}
Y
Yinstall: arff
Y	install -c -o bin -g bin -m 444 ${MAN} ${DESTDIR}/usr/man/cat8
Y	-rm -f ${DESTDIR}/usr/man/cat8/flcopy.0
Y	ln ${DESTDIR}/usr/man/cat8/arff.0 ${DESTDIR}/usr/man/cat8/flcopy.0
Y	install -s -o root -g bin -m 755 arff ${DESTDIR}/usr/sbin/arff
Y
Ylint: ${SRCS}
Y	lint -hax ${SRCS}
Y
Ytags: ${SRCS}
Y	ctags ${SRCS}
Y# DO NOT DELETE THIS LINE -- mkdep uses it.
Y# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
SHAR_EOF
chmod 644 '/usr/src/usr.sbin/arff/Makefile'
fi
if test -f '/usr/src/usr.sbin/arp/Makefile'
then
	echo shar: "will not over-write existing file '/usr/src/usr.sbin/arp/Makefile'"
else
sed 's/^Y//' << \SHAR_EOF > '/usr/src/usr.sbin/arp/Makefile'
Y#
Y# Public Domain.  1996/11/16 - Steven Schultz
Y#
Y#	@(#)Makefile	1.0 (2.11BSD) 1996/11/16
Y#
YCFLAGS=	 -O
YSEPFLAG= -i
YSRCS=	arp.c
YOBJS=	arp.o
YMAN=	arp.0
YMANSRC=	arp.8
Y
Yall: arp arp.0
Y
Yarp: ${OBJS}
Y	${CC} ${CFLAGS} ${SEPFLAG} -o $@ ${OBJS}
Y
Yarp.0: ${MANSRC}
Y	/usr/man/manroff ${MANSRC} > ${MAN}
Y
Yclean:
Y	rm -f ${OBJS} ${MAN} arp tags 
Y
Ydepend: ${SRCS}
Y	mkdep ${CFLAGS} ${SRCS}
Y
Yinstall: arp
Y	install -c -o bin -g bin -m 444 ${MAN} ${DESTDIR}/usr/man/cat8
Y	install -s -o bin -g kmem -m 2755 arp ${DESTDIR}/usr/sbin/arp
Y
Ylint: ${SRCS}
Y	lint -hax ${SRCS}
Y
Ytags: ${SRCS}
Y	ctags ${SRCS}
Y# DO NOT DELETE THIS LINE -- mkdep uses it.
Y# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
SHAR_EOF
chmod 644 '/usr/src/usr.sbin/arp/Makefile'
fi
if test -f '/usr/src/usr.sbin/bad144/Makefile'
then
	echo shar: "will not over-write existing file '/usr/src/usr.sbin/bad144/Makefile'"
else
sed 's/^Y//' << \SHAR_EOF > '/usr/src/usr.sbin/bad144/Makefile'
Y#
Y# Public Domain.  1996/11/16 - Steven Schultz
Y#
Y#	@(#)Makefile	1.0 (2.11BSD) 1996/11/16
Y#
YCFLAGS=	 -O
YSEPFLAG= -i
YSRCS=	bad144.c
YOBJS=	bad144.o
YMAN=	bad144.0
YMANSRC=	bad144.8
Y
Yall: bad144 bad144.0
Y
Ybad144: ${OBJS}
Y	${CC} ${CFLAGS} ${SEPFLAG} -o $@ ${OBJS}
Y
Ybad144.0: ${MANSRC}
Y	/usr/man/manroff ${MANSRC} > ${MAN}
Y
Yclean:
Y	rm -f ${OBJS} ${MAN} bad144 tags 
Y
Ydepend: ${SRCS}
Y	mkdep ${CFLAGS} ${SRCS}
Y
Yinstall: bad144
Y	install -c -o bin -g bin -m 444 ${MAN} ${DESTDIR}/usr/man/cat8
Y	install -s -o root -g bin -m 755 bad144 ${DESTDIR}/usr/sbin/bad144
Y
Ylint: ${SRCS}
Y	lint -hax ${SRCS}
Y
Ytags: ${SRCS}
Y	ctags ${SRCS}
Y# DO NOT DELETE THIS LINE -- mkdep uses it.
Y# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
SHAR_EOF
chmod 644 '/usr/src/usr.sbin/bad144/Makefile'
fi
if test -f '/usr/src/usr.sbin/catman/Makefile'
then
	echo shar: "will not over-write existing file '/usr/src/usr.sbin/catman/Makefile'"
else
sed 's/^Y//' << \SHAR_EOF > '/usr/src/usr.sbin/catman/Makefile'
Y#
Y# Public Domain.  1996/11/16 - Steven Schultz
Y#
Y#	@(#)Makefile	1.0 (2.11BSD) 1996/11/16
Y#
YCFLAGS=	 -O
YSEPFLAG= -i
YSRCS=	catman.c
YOBJS=	catman.o
YMAN=	catman.0
YMANSRC=	catman.8
Y
Yall: catman catman.0
Y
Ycatman: ${OBJS}
Y	${CC} ${CFLAGS} ${SEPFLAG} -o $@ ${OBJS}
Y
Ycatman.0: ${MANSRC}
Y	/usr/man/manroff ${MANSRC} > ${MAN}
Y
Yclean:
Y	rm -f ${OBJS} ${MAN} catman tags 
Y
Ydepend: ${SRCS}
Y	mkdep ${CFLAGS} ${SRCS}
Y
Yinstall: catman
Y	install -c -o bin -g bin -m 444 ${MAN} ${DESTDIR}/usr/man/cat8
Y	install -s -o root -g bin -m 755 catman ${DESTDIR}/usr/sbin/catman
Y
Ylint: ${SRCS}
Y	lint -hax ${SRCS}
Y
Ytags: ${SRCS}
Y	ctags ${SRCS}
Y# DO NOT DELETE THIS LINE -- mkdep uses it.
Y# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
SHAR_EOF
chmod 644 '/usr/src/usr.sbin/catman/Makefile'
fi
if test -f '/usr/src/usr.sbin/chown/Makefile'
then
	echo shar: "will not over-write existing file '/usr/src/usr.sbin/chown/Makefile'"
else
sed 's/^Y//' << \SHAR_EOF > '/usr/src/usr.sbin/chown/Makefile'
Y#
Y# Public Domain.  1996/11/16 - Steven Schultz
Y#
Y#	@(#)Makefile	1.0 (2.11BSD) 1996/11/16
Y#
YCFLAGS=	 -O
YSEPFLAG= -i
YSRCS=	chown.c
YOBJS=	chown.o
YMAN=	chown.0
YMANSRC=	chown.8
Y
Yall: chown chown.0
Y
Ychown: ${OBJS}
Y	${CC} ${CFLAGS} ${SEPFLAG} -o $@ ${OBJS}
Y
Ychown.0: ${MANSRC}
Y	/usr/man/manroff ${MANSRC} > ${MAN}
Y
Yclean:
Y	rm -f ${OBJS} ${MAN} chown tags 
Y
Ydepend: ${SRCS}
Y	mkdep ${CFLAGS} ${SRCS}
Y
Yinstall: chown
Y	install -c -o bin -g bin -m 444 ${MAN} ${DESTDIR}/usr/man/cat8
Y	install -s -o root -g bin -m 755 chown ${DESTDIR}/usr/sbin/chown
Y
Ylint: ${SRCS}
Y	lint -hax ${SRCS}
Y
Ytags: ${SRCS}
Y	ctags ${SRCS}
Y# DO NOT DELETE THIS LINE -- mkdep uses it.
Y# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
SHAR_EOF
chmod 644 '/usr/src/usr.sbin/chown/Makefile'
fi
if test -f '/usr/src/usr.sbin/cron/Makefile'
then
	echo shar: "will not over-write existing file '/usr/src/usr.sbin/cron/Makefile'"
else
sed 's/^Y//' << \SHAR_EOF > '/usr/src/usr.sbin/cron/Makefile'
Y#
Y# Public Domain.  1996/11/16 - Steven Schultz
Y#
Y#	@(#)Makefile	1.0 (2.11BSD) 1996/11/16
Y#
YCFLAGS=	 -O
YSEPFLAG= -i
YSRCS=	cron.c
YOBJS=	cron.o
YMAN=	cron.0
YMANSRC=	cron.8
Y
Yall: cron cron.0
Y
Ycron: ${OBJS}
Y	${CC} ${CFLAGS} ${SEPFLAG} -o $@ ${OBJS}
Y
Ycron.0: ${MANSRC}
Y	/usr/man/manroff ${MANSRC} > ${MAN}
Y
Yclean:
Y	rm -f ${OBJS} ${MAN} cron tags 
Y
Ydepend: ${SRCS}
Y	mkdep ${CFLAGS} ${SRCS}
Y
Yinstall: cron
Y	install -c -o bin -g bin -m 444 ${MAN} ${DESTDIR}/usr/man/cat8
Y	install -s -o root -g bin -m 755 cron ${DESTDIR}/usr/sbin/cron
Y
Ylint: ${SRCS}
Y	lint -hax ${SRCS}
Y
Ytags: ${SRCS}
Y	ctags ${SRCS}
Y# DO NOT DELETE THIS LINE -- mkdep uses it.
Y# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
SHAR_EOF
chmod 644 '/usr/src/usr.sbin/cron/Makefile'
fi
if test -f '/usr/src/usr.sbin/diskpart/Makefile'
then
	echo shar: "will not over-write existing file '/usr/src/usr.sbin/diskpart/Makefile'"
else
sed 's/^Y//' << \SHAR_EOF > '/usr/src/usr.sbin/diskpart/Makefile'
Y#
Y# Public Domain.  1996/11/16 - Steven Schultz
Y#
Y#	@(#)Makefile	1.0 (2.11BSD) 1996/11/16
Y#
YCFLAGS=	 -O
YSEPFLAG= -i
YSRCS=	diskpart.c
YOBJS=	diskpart.o
YMAN=	diskpart.0
YMANSRC=	diskpart.8
Y
Yall: diskpart diskpart.0
Y
Ydiskpart: ${OBJS}
Y	${CC} ${CFLAGS} ${SEPFLAG} -o $@ ${OBJS}
Y
Ydiskpart.0: ${MANSRC}
Y	/usr/man/manroff ${MANSRC} > ${MAN}
Y
Yclean:
Y	rm -f ${OBJS} ${MAN} diskpart tags 
Y
Ydepend: ${SRCS}
Y	mkdep ${CFLAGS} ${SRCS}
Y
Yinstall: diskpart
Y	install -c -o bin -g bin -m 444 ${MAN} ${DESTDIR}/usr/man/cat8
Y	install -s -o root -g bin -m 755 diskpart ${DESTDIR}/usr/sbin/diskpart
Y
Ylint: ${SRCS}
Y	lint -hax ${SRCS}
Y
Ytags: ${SRCS}
Y	ctags ${SRCS}
Y# DO NOT DELETE THIS LINE -- mkdep uses it.
Y# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
SHAR_EOF
chmod 644 '/usr/src/usr.sbin/diskpart/Makefile'
fi
if test -f '/usr/src/usr.sbin/edquota/Makefile'
then
	echo shar: "will not over-write existing file '/usr/src/usr.sbin/edquota/Makefile'"
else
sed 's/^Y//' << \SHAR_EOF > '/usr/src/usr.sbin/edquota/Makefile'
Y#
Y# Public Domain.  1996/11/16 - Steven Schultz
Y#
Y#	@(#)Makefile	1.0 (2.11BSD) 1996/11/16
Y#
YCFLAGS=	 -O
YSEPFLAG= -i
YSRCS=	edquota.c
YOBJS=	edquota.o
YMAN=	edquota.0
YMANSRC=	edquota.8
Y
Yall: edquota edquota.0
Y
Yedquota: ${OBJS}
Y	${CC} ${CFLAGS} ${SEPFLAG} -o $@ ${OBJS}
Y
Yedquota.0: ${MANSRC}
Y	/usr/man/manroff ${MANSRC} > ${MAN}
Y
Yclean:
Y	rm -f ${OBJS} ${MAN} edquota tags 
Y
Ydepend: ${SRCS}
Y	mkdep ${CFLAGS} ${SRCS}
Y
Yinstall: edquota
Y	install -c -o bin -g bin -m 444 ${MAN} ${DESTDIR}/usr/man/cat8
Y	install -s -o root -g bin -m 755 edquota ${DESTDIR}/usr/sbin/edquota
Y
Ylint: ${SRCS}
Y	lint -hax ${SRCS}
Y
Ytags: ${SRCS}
Y	ctags ${SRCS}
Y# DO NOT DELETE THIS LINE -- mkdep uses it.
Y# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
SHAR_EOF
chmod 644 '/usr/src/usr.sbin/edquota/Makefile'
fi
if test -f '/usr/src/usr.sbin/flcopy/Makefile'
then
	echo shar: "will not over-write existing file '/usr/src/usr.sbin/flcopy/Makefile'"
else
sed 's/^Y//' << \SHAR_EOF > '/usr/src/usr.sbin/flcopy/Makefile'
Y#
Y# Public Domain.  1996/11/16 - Steven Schultz
Y#
Y#	@(#)Makefile	1.0 (2.11BSD) 1996/11/16
Y#
YCFLAGS=	 -O
YSEPFLAG= -i
YSRCS=	flcopy.c
YOBJS=	flcopy.o
Y
Yall: flcopy
Y
Yflcopy: ${OBJS}
Y	${CC} ${CFLAGS} ${SEPFLAG} -o $@ ${OBJS}
Y
Yclean:
Y	rm -f ${OBJS} flcopy tags 
Y
Ydepend: ${SRCS}
Y	mkdep ${CFLAGS} ${SRCS}
Y
Yinstall: flcopy
Y	install -s -o root -g bin -m 755 flcopy ${DESTDIR}/usr/sbin/flcopy
Y
Ylint: ${SRCS}
Y	lint -hax ${SRCS}
Y
Ytags: ${SRCS}
Y	ctags ${SRCS}
Y# DO NOT DELETE THIS LINE -- mkdep uses it.
Y# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
SHAR_EOF
chmod 644 '/usr/src/usr.sbin/flcopy/Makefile'
fi
if test -f '/usr/src/usr.sbin/gettable/Makefile'
then
	echo shar: "will not over-write existing file '/usr/src/usr.sbin/gettable/Makefile'"
else
sed 's/^Y//' << \SHAR_EOF > '/usr/src/usr.sbin/gettable/Makefile'
Y#
Y# Public Domain.  1996/11/16 - Steven Schultz
Y#
Y#	@(#)Makefile	1.0 (2.11BSD) 1996/11/16
Y#
YCFLAGS=	 -O
YSEPFLAG= -i
YSRCS=	gettable.c
YOBJS=	gettable.o
YMAN=	gettable.0
YMANSRC=	gettable.8
Y
Yall: gettable gettable.0
Y
Ygettable: ${OBJS}
Y	${CC} ${CFLAGS} ${SEPFLAG} -o $@ ${OBJS}
Y
Ygettable.0: ${MANSRC}
Y	/usr/man/manroff ${MANSRC} > ${MAN}
Y
Yclean:
Y	rm -f ${OBJS} ${MAN} gettable tags 
Y
Ydepend: ${SRCS}
Y	mkdep ${CFLAGS} ${SRCS}
Y
Yinstall: gettable
Y	install -c -o bin -g bin -m 444 ${MAN} ${DESTDIR}/usr/man/cat8
Y	install -s -o root -g bin -m 755 gettable ${DESTDIR}/usr/sbin/gettable
Y
Ylint: ${SRCS}
Y	lint -hax ${SRCS}
Y
Ytags: ${SRCS}
Y	ctags ${SRCS}
Y# DO NOT DELETE THIS LINE -- mkdep uses it.
Y# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
SHAR_EOF
chmod 644 '/usr/src/usr.sbin/gettable/Makefile'
fi
if test -f '/usr/src/usr.sbin/implog/Makefile'
then
	echo shar: "will not over-write existing file '/usr/src/usr.sbin/implog/Makefile'"
else
sed 's/^Y//' << \SHAR_EOF > '/usr/src/usr.sbin/implog/Makefile'
Y#
Y# Public Domain.  1996/11/16 - Steven Schultz
Y#
Y#	@(#)Makefile	1.0 (2.11BSD) 1996/11/16
Y#
YCFLAGS=	 -O
YSEPFLAG= -i
YSRCS=	implog.c
YOBJS=	implog.o
YMAN=	implog.0
YMANSRC=	implog.8
Y
Yall: implog implog.0
Y
Yimplog: ${OBJS}
Y	${CC} ${CFLAGS} ${SEPFLAG} -o $@ ${OBJS}
Y
Yimplog.0: ${MANSRC}
Y	/usr/man/manroff ${MANSRC} > ${MAN}
Y
Yclean:
Y	rm -f ${OBJS} ${MAN} implog tags 
Y
Ydepend: ${SRCS}
Y	mkdep ${CFLAGS} ${SRCS}
Y
Yinstall: implog
Y	install -c -o bin -g bin -m 444 ${MAN} ${DESTDIR}/usr/man/cat8
Y	install -s -o root -g bin -m 755 implog ${DESTDIR}/usr/sbin/implog
Y
Ylint: ${SRCS}
Y	lint -hax ${SRCS}
Y
Ytags: ${SRCS}
Y	ctags ${SRCS}
Y# DO NOT DELETE THIS LINE -- mkdep uses it.
Y# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
SHAR_EOF
chmod 644 '/usr/src/usr.sbin/implog/Makefile'
fi
if test -f '/usr/src/usr.sbin/implogd/Makefile'
then
	echo shar: "will not over-write existing file '/usr/src/usr.sbin/implogd/Makefile'"
else
sed 's/^Y//' << \SHAR_EOF > '/usr/src/usr.sbin/implogd/Makefile'
Y#
Y# Public Domain.  1996/11/16 - Steven Schultz
Y#
Y#	@(#)Makefile	1.0 (2.11BSD) 1996/11/16
Y#
YCFLAGS=	 -O
YSEPFLAG= -i
YSRCS=	implogd.c
YOBJS=	implogd.o
YMAN=	implogd.0
YMANSRC=	implogd.8
Y
Yall: implogd implogd.0
Y
Yimplogd: ${OBJS}
Y	${CC} ${CFLAGS} ${SEPFLAG} -o $@ ${OBJS}
Y
Yimplogd.0: ${MANSRC}
Y	/usr/man/manroff ${MANSRC} > ${MAN}
Y
Yclean:
Y	rm -f ${OBJS} ${MAN} implogd tags 
Y
Ydepend: ${SRCS}
Y	mkdep ${CFLAGS} ${SRCS}
Y
Yinstall: implogd
Y	install -c -o bin -g bin -m 444 ${MAN} ${DESTDIR}/usr/man/cat8
Y	install -s -o root -g bin -m 755 implogd ${DESTDIR}/usr/sbin/implogd
Y
Ylint: ${SRCS}
Y	lint -hax ${SRCS}
Y
Ytags: ${SRCS}
Y	ctags ${SRCS}
Y# DO NOT DELETE THIS LINE -- mkdep uses it.
Y# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
SHAR_EOF
chmod 644 '/usr/src/usr.sbin/implogd/Makefile'
fi
if test -f '/usr/src/usr.sbin/kgmon/Makefile'
then
	echo shar: "will not over-write existing file '/usr/src/usr.sbin/kgmon/Makefile'"
else
sed 's/^Y//' << \SHAR_EOF > '/usr/src/usr.sbin/kgmon/Makefile'
Y#
Y# Public Domain.  1996/11/16 - Steven Schultz
Y#
Y#	@(#)Makefile	1.0 (2.11BSD) 1996/11/16
Y#
YCFLAGS=	 -O
YSEPFLAG= -i
YSRCS=	kgmon.c
YOBJS=	kgmon.o
YMAN=	kgmon.0
YMANSRC=	kgmon.8
Y
Yall: kgmon kgmon.0
Y
Ykgmon: ${OBJS}
Y	${CC} ${CFLAGS} ${SEPFLAG} -o $@ ${OBJS}
Y
Ykgmon.0: ${MANSRC}
Y	/usr/man/manroff ${MANSRC} > ${MAN}
Y
Yclean:
Y	rm -f ${OBJS} ${MAN} kgmon tags 
Y
Ydepend: ${SRCS}
Y	mkdep ${CFLAGS} ${SRCS}
Y
Yinstall: kgmon
Y	install -c -o bin -g bin -m 444 ${MAN} ${DESTDIR}/usr/man/cat8
Y	install -s -o bin -g kmem -m 2755 kgmon ${DESTDIR}/usr/sbin/kgmon
Y
Ylint: ${SRCS}
Y	lint -hax ${SRCS}
Y
Ytags: ${SRCS}
Y	ctags ${SRCS}
Y# DO NOT DELETE THIS LINE -- mkdep uses it.
Y# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
SHAR_EOF
chmod 644 '/usr/src/usr.sbin/kgmon/Makefile'
fi
if test -f '/usr/src/usr.sbin/mkhosts/Makefile'
then
	echo shar: "will not over-write existing file '/usr/src/usr.sbin/mkhosts/Makefile'"
else
sed 's/^Y//' << \SHAR_EOF > '/usr/src/usr.sbin/mkhosts/Makefile'
Y#
Y# Public Domain.  1996/11/16 - Steven Schultz
Y#
Y#	@(#)Makefile	1.0 (2.11BSD) 1996/11/16
Y#
YCFLAGS=	 -O
YSEPFLAG= -i
YSRCS=	mkhosts.c
YOBJS=	mkhosts.o
YMAN=	mkhosts.0
YMANSRC=	mkhosts.8
Y
Yall: mkhosts mkhosts.0
Y
Ymkhosts: ${OBJS}
Y	@echo "Mkhosts only works with the dbm version of the hostent routines."
Y	@echo "If gethostent() is not in libc, mkhosts isn't installed."
Y	-cc ${CFLAGS} -o mkhosts ${OBJS}
Y
Ymkhosts.0: ${MANSRC}
Y	/usr/man/manroff ${MANSRC} > ${MAN}
Y
Yclean:
Y	rm -f ${OBJS} ${MAN} mkhosts tags 
Y
Ydepend: ${SRCS}
Y	mkdep ${CFLAGS} ${SRCS}
Y
Yinstall: mkhosts
Y	install -c -o bin -g bin -m 444 ${MAN} ${DESTDIR}/usr/man/cat8
Y	-if  test -x mkhosts;\
Y	then \
Y		install -s -o root -g bin -m 755 mkhosts ${DESTDIR}/usr/sbin ;\
Y	else \
Y		:;\
Y	fi
Y
Ylint: ${SRCS}
Y	lint -hax ${SRCS}
Y
Ytags: ${SRCS}
Y	ctags ${SRCS}
Y# DO NOT DELETE THIS LINE -- mkdep uses it.
Y# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
SHAR_EOF
chmod 644 '/usr/src/usr.sbin/mkhosts/Makefile'
fi
if test -f '/usr/src/usr.sbin/mklost+found/Makefile'
then
	echo shar: "will not over-write existing file '/usr/src/usr.sbin/mklost+found/Makefile'"
else
sed 's/^Y//' << \SHAR_EOF > '/usr/src/usr.sbin/mklost+found/Makefile'
Y#
Y# Public Domain.  1996/11/16 - Steven Schultz
Y#
Y#	@(#)Makefile	1.0 (2.11BSD) 1996/11/16
Y#
YCFLAGS=	 -O
YSEPFLAG= -i
YSRCS=	mklost+found.sh
YMAN=	mklost+found.0
YMANSRC=	mklost+found.8
Y
Yall: ${MAN}
Y
Ymklost+found.0: ${MANSRC}
Y	/usr/man/manroff ${MANSRC} > ${MAN}
Y
Yclean:
Y	rm -f ${MAN}
Y
Ydepend:
Y
Yinstall:
Y	install -c -o bin -g bin -m 444 ${MAN} ${DESTDIR}/usr/man/cat8
Y	install -c -o root -g bin -m 555 ${SRCS} ${DESTDIR}/usr/sbin/mklost+found
Y
Ylint:
Y
Ytags:
SHAR_EOF
chmod 644 '/usr/src/usr.sbin/mklost+found/Makefile'
fi
if test -f '/usr/src/usr.sbin/mkproto/Makefile'
then
	echo shar: "will not over-write existing file '/usr/src/usr.sbin/mkproto/Makefile'"
else
sed 's/^Y//' << \SHAR_EOF > '/usr/src/usr.sbin/mkproto/Makefile'
Y#
Y# Public Domain.  1996/11/16 - Steven Schultz
Y#
Y#	@(#)Makefile	1.0 (2.11BSD) 1996/11/16
Y#
YCFLAGS=	 -O
YSEPFLAG= -i
YSRCS=	mkproto.c
YOBJS=	mkproto.o
YMAN=	mkproto.0
YMANSRC=	mkproto.8
Y
Yall: mkproto mkproto.0
Y
Ymkproto: ${OBJS}
Y	${CC} ${CFLAGS} ${SEPFLAG} -o $@ ${OBJS}
Y
Ymkproto.0: ${MANSRC}
Y	/usr/man/manroff ${MANSRC} > ${MAN}
Y
Yclean:
Y	rm -f ${OBJS} ${MAN} mkproto tags 
Y
Ydepend: ${SRCS}
Y	mkdep ${CFLAGS} ${SRCS}
Y
Yinstall: mkproto
Y	install -c -o bin -g bin -m 444 ${MAN} ${DESTDIR}/usr/man/cat8
Y	install -s -o root -g bin -m 755 mkproto ${DESTDIR}/usr/sbin/mkproto
Y
Ylint: ${SRCS}
Y	lint -hax ${SRCS}
Y
Ytags: ${SRCS}
Y	ctags ${SRCS}
Y# DO NOT DELETE THIS LINE -- mkdep uses it.
Y# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
SHAR_EOF
chmod 644 '/usr/src/usr.sbin/mkproto/Makefile'
fi
if test -f '/usr/src/usr.sbin/pstat/Makefile'
then
	echo shar: "will not over-write existing file '/usr/src/usr.sbin/pstat/Makefile'"
else
sed 's/^Y//' << \SHAR_EOF > '/usr/src/usr.sbin/pstat/Makefile'
Y#
Y# Public Domain.  1996/11/16 - Steven Schultz
Y#
Y#	@(#)Makefile	1.0 (2.11BSD) 1996/11/16
Y#
YCFLAGS=	 -O
YSEPFLAG= -i
YSRCS=	pstat.c
YOBJS=	pstat.o
YMAN=	pstat.0
YMANSRC=	pstat.8
Y
Yall: pstat pstat.0
Y
Ypstat: ${OBJS}
Y	${CC} ${CFLAGS} ${SEPFLAG} -o $@ ${OBJS}
Y
Ypstat.0: ${MANSRC}
Y	/usr/man/manroff ${MANSRC} > ${MAN}
Y
Yclean:
Y	rm -f ${OBJS} ${MAN} pstat tags 
Y
Ydepend: ${SRCS}
Y	mkdep ${CFLAGS} ${SRCS}
Y
Yinstall: pstat
Y	install -c -o bin -g bin -m 444 ${MAN} ${DESTDIR}/usr/man/cat8
Y	install -s -o bin -g kmem -m 2755 pstat ${DESTDIR}/usr/sbin/pstat
Y
Ylint: ${SRCS}
Y	lint -hax ${SRCS}
Y
Ytags: ${SRCS}
Y	ctags ${SRCS}
Y# DO NOT DELETE THIS LINE -- mkdep uses it.
Y# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
SHAR_EOF
chmod 644 '/usr/src/usr.sbin/pstat/Makefile'
fi
if test -f '/usr/src/usr.sbin/quot/Makefile'
then
	echo shar: "will not over-write existing file '/usr/src/usr.sbin/quot/Makefile'"
else
sed 's/^Y//' << \SHAR_EOF > '/usr/src/usr.sbin/quot/Makefile'
Y#
Y# Public Domain.  1996/11/16 - Steven Schultz
Y#
Y#	@(#)Makefile	1.0 (2.11BSD) 1996/11/16
Y#
YCFLAGS=	 -O
YSEPFLAG= -i
YSRCS=	quot.c
YOBJS=	quot.o
YMAN=	quot.0
YMANSRC=	quot.8
Y
Yall: quot quot.0
Y
Yquot: ${OBJS}
Y	${CC} ${CFLAGS} ${SEPFLAG} -o $@ ${OBJS}
Y
Yquot.0: ${MANSRC}
Y	/usr/man/manroff ${MANSRC} > ${MAN}
Y
Yclean:
Y	rm -f ${OBJS} ${MAN} quot tags 
Y
Ydepend: ${SRCS}
Y	mkdep ${CFLAGS} ${SRCS}
Y
Yinstall: quot
Y	install -c -o bin -g bin -m 444 ${MAN} ${DESTDIR}/usr/man/cat8
Y	install -s -o bin -g operator -m 2755 quot ${DESTDIR}/usr/sbin/quot
Y
Ylint: ${SRCS}
Y	lint -hax ${SRCS}
Y
Ytags: ${SRCS}
Y	ctags ${SRCS}
Y# DO NOT DELETE THIS LINE -- mkdep uses it.
Y# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
SHAR_EOF
chmod 644 '/usr/src/usr.sbin/quot/Makefile'
fi
if test -f '/usr/src/usr.sbin/repquota/Makefile'
then
	echo shar: "will not over-write existing file '/usr/src/usr.sbin/repquota/Makefile'"
else
sed 's/^Y//' << \SHAR_EOF > '/usr/src/usr.sbin/repquota/Makefile'
Y#
Y# Public Domain.  1996/11/16 - Steven Schultz
Y#
Y#	@(#)Makefile	1.0 (2.11BSD) 1996/11/16
Y#
YCFLAGS=	 -O
YSEPFLAG= -i
YSRCS=	repquota.c
YOBJS=	repquota.o
YMAN=	repquota.0
YMANSRC=	repquota.8
Y
Yall: repquota repquota.0
Y
Yrepquota: ${OBJS}
Y	${CC} ${CFLAGS} ${SEPFLAG} -o $@ ${OBJS}
Y
Yrepquota.0: ${MANSRC}
Y	/usr/man/manroff ${MANSRC} > ${MAN}
Y
Yclean:
Y	rm -f ${OBJS} ${MAN} repquota tags 
Y
Ydepend: ${SRCS}
Y	mkdep ${CFLAGS} ${SRCS}
Y
Yinstall: repquota
Y	install -c -o bin -g bin -m 444 ${MAN} ${DESTDIR}/usr/man/cat8
Y	install -s -o root -g bin -m 755 repquota ${DESTDIR}/usr/sbin/repquota
Y
Ylint: ${SRCS}
Y	lint -hax ${SRCS}
Y
Ytags: ${SRCS}
Y	ctags ${SRCS}
Y# DO NOT DELETE THIS LINE -- mkdep uses it.
Y# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
SHAR_EOF
chmod 644 '/usr/src/usr.sbin/repquota/Makefile'
fi
if test -f '/usr/src/usr.sbin/rmt/Makefile'
then
	echo shar: "will not over-write existing file '/usr/src/usr.sbin/rmt/Makefile'"
else
sed 's/^Y//' << \SHAR_EOF > '/usr/src/usr.sbin/rmt/Makefile'
Y#
Y# Public Domain.  1996/11/16 - Steven Schultz
Y#
Y#	@(#)Makefile	1.0 (2.11BSD) 1996/11/16
Y#
YCFLAGS=	 -O
YSEPFLAG= -i
YSRCS=	rmt.c
YOBJS=	rmt.o
YMAN=	rmt.0
YMANSRC=	rmt.8
Y
Yall: rmt rmt.0
Y
Yrmt: ${OBJS}
Y	${CC} ${CFLAGS} ${SEPFLAG} -o $@ ${OBJS}
Y
Yrmt.0: ${MANSRC}
Y	/usr/man/manroff ${MANSRC} > ${MAN}
Y
Yclean:
Y	rm -f ${OBJS} ${MAN} rmt tags 
Y
Ydepend: ${SRCS}
Y	mkdep ${CFLAGS} ${SRCS}
Y
Yinstall: rmt
Y	install -c -o bin -g bin -m 444 ${MAN} ${DESTDIR}/usr/man/cat8
Y	install -s -o root -g bin -m 755 rmt ${DESTDIR}/usr/sbin/rmt
Y
Ylint: ${SRCS}
Y	lint -hax ${SRCS}
Y
Ytags: ${SRCS}
Y	ctags ${SRCS}
Y# DO NOT DELETE THIS LINE -- mkdep uses it.
Y# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
SHAR_EOF
chmod 644 '/usr/src/usr.sbin/rmt/Makefile'
fi
if test -f '/usr/src/usr.sbin/rwhod/Makefile'
then
	echo shar: "will not over-write existing file '/usr/src/usr.sbin/rwhod/Makefile'"
else
sed 's/^Y//' << \SHAR_EOF > '/usr/src/usr.sbin/rwhod/Makefile'
Y#
Y# Public Domain.  1996/11/16 - Steven Schultz
Y#
Y#	@(#)Makefile	1.0 (2.11BSD) 1996/11/16
Y#
YCFLAGS=	 -O
YSEPFLAG= -i
YSRCS=	rwhod.c
YOBJS=	rwhod.o
YMAN=	rwhod.0
YMANSRC=	rwhod.8
Y
Yall: rwhod rwhod.0
Y
Yrwhod: ${OBJS}
Y	${CC} ${CFLAGS} ${SEPFLAG} -o $@ ${OBJS}
Y
Yrwhod.0: ${MANSRC}
Y	/usr/man/manroff ${MANSRC} > ${MAN}
Y
Yclean:
Y	rm -f ${OBJS} ${MAN} rwhod tags 
Y
Ydepend: ${SRCS}
Y	mkdep ${CFLAGS} ${SRCS}
Y
Yinstall: rwhod
Y	install -c -o bin -g bin -m 444 ${MAN} ${DESTDIR}/usr/man/cat8
Y	install -s -o root -g bin -m 755 rwhod ${DESTDIR}/usr/sbin/rwhod
Y
Ylint: ${SRCS}
Y	lint -hax ${SRCS}
Y
Ytags: ${SRCS}
Y	ctags ${SRCS}
Y# DO NOT DELETE THIS LINE -- mkdep uses it.
Y# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
SHAR_EOF
chmod 644 '/usr/src/usr.sbin/rwhod/Makefile'
fi
if test -f '/usr/src/usr.sbin/rxformat/Makefile'
then
	echo shar: "will not over-write existing file '/usr/src/usr.sbin/rxformat/Makefile'"
else
sed 's/^Y//' << \SHAR_EOF > '/usr/src/usr.sbin/rxformat/Makefile'
Y#
Y# Public Domain.  1996/11/16 - Steven Schultz
Y#
Y#	@(#)Makefile	1.0 (2.11BSD) 1996/11/16
Y#
YCFLAGS=	 -O
YSEPFLAG= -i
YSRCS=	rxformat.c
YOBJS=	rxformat.o
YMAN=	rxformat.0
YMANSRC=	rxformat.8
Y
Yall: rxformat rxformat.0
Y
Yrxformat: ${OBJS}
Y	${CC} ${CFLAGS} ${SEPFLAG} -o $@ ${OBJS}
Y
Yrxformat.0: ${MANSRC}
Y	/usr/man/manroff ${MANSRC} > ${MAN}
Y
Yclean:
Y	rm -f ${OBJS} ${MAN} rxformat tags 
Y
Ydepend: ${SRCS}
Y	mkdep ${CFLAGS} ${SRCS}
Y
Yinstall: rxformat
Y	install -c -o bin -g bin -m 444 ${MAN} ${DESTDIR}/usr/man/cat8
Y	install -s -o root -g bin -m 755 rxformat ${DESTDIR}/usr/sbin/rxformat
Y
Ylint: ${SRCS}
Y	lint -hax ${SRCS}
Y
Ytags: ${SRCS}
Y	ctags ${SRCS}
Y# DO NOT DELETE THIS LINE -- mkdep uses it.
Y# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
SHAR_EOF
chmod 644 '/usr/src/usr.sbin/rxformat/Makefile'
fi
if test -f '/usr/src/usr.sbin/sa/Makefile'
then
	echo shar: "will not over-write existing file '/usr/src/usr.sbin/sa/Makefile'"
else
sed 's/^Y//' << \SHAR_EOF > '/usr/src/usr.sbin/sa/Makefile'
Y#
Y# Public Domain.  1996/11/16 - Steven Schultz
Y#
Y#	@(#)Makefile	1.0 (2.11BSD) 1996/11/16
Y#
YCFLAGS=	 -O
YSEPFLAG= -i
YSRCS=	sa.c
YOBJS=	sa.o
YMAN=	sa.0
YMANSRC=	sa.8
Y
Yall: sa sa.0
Y
Ysa: ${OBJS}
Y	${CC} ${CFLAGS} ${SEPFLAG} -o $@ ${OBJS}
Y
Ysa.0: ${MANSRC}
Y	/usr/man/manroff ${MANSRC} > ${MAN}
Y
Yclean:
Y	rm -f ${OBJS} ${MAN} sa tags 
Y
Ydepend: ${SRCS}
Y	mkdep ${CFLAGS} ${SRCS}
Y
Yinstall: sa
Y	install -c -o bin -g bin -m 444 ${MAN} ${DESTDIR}/usr/man/cat8
Y	-rm -f ${DESTDIR}/usr/man/cat8/accton.0
Y	ln ${DESTDIR}/usr/man/cat8/sa.0 ${DESTDIR}/usr/man/cat8/accton.0
Y	install -s -o root -g bin -m 755 sa ${DESTDIR}/usr/sbin/sa
Y
Ylint: ${SRCS}
Y	lint -hax ${SRCS}
Y
Ytags: ${SRCS}
Y	ctags ${SRCS}
Y# DO NOT DELETE THIS LINE -- mkdep uses it.
Y# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
SHAR_EOF
chmod 644 '/usr/src/usr.sbin/sa/Makefile'
fi
if test -f '/usr/src/usr.sbin/syslogd/Makefile'
then
	echo shar: "will not over-write existing file '/usr/src/usr.sbin/syslogd/Makefile'"
else
sed 's/^Y//' << \SHAR_EOF > '/usr/src/usr.sbin/syslogd/Makefile'
Y#
Y# Public Domain.  1996/11/16 - Steven Schultz
Y#
Y#	@(#)Makefile	1.0 (2.11BSD) 1996/11/16
Y#
YCFLAGS=	 -O
YSEPFLAG= -i
YSRCS=	syslogd.c
YOBJS=	syslogd.o
YMAN=	syslogd.0
YMANSRC=	syslogd.8
Y
Yall: syslogd syslogd.0
Y
Ysyslogd: ${OBJS}
Y	${CC} ${CFLAGS} ${SEPFLAG} -o $@ ${OBJS}
Y
Ysyslogd.0: ${MANSRC}
Y	/usr/man/manroff ${MANSRC} > ${MAN}
Y
Yclean:
Y	rm -f ${OBJS} ${MAN} syslogd tags 
Y
Ydepend: ${SRCS}
Y	mkdep ${CFLAGS} ${SRCS}
Y
Yinstall: syslogd
Y	install -c -o bin -g bin -m 444 ${MAN} ${DESTDIR}/usr/man/cat8
Y	install -s -o root -g bin -m 755 syslogd ${DESTDIR}/usr/sbin/syslogd
Y
Ylint: ${SRCS}
Y	lint -hax ${SRCS}
Y
Ytags: ${SRCS}
Y	ctags ${SRCS}
Y# DO NOT DELETE THIS LINE -- mkdep uses it.
Y# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
SHAR_EOF
chmod 644 '/usr/src/usr.sbin/syslogd/Makefile'
fi
if test -f '/usr/src/usr.sbin/trpt/Makefile'
then
	echo shar: "will not over-write existing file '/usr/src/usr.sbin/trpt/Makefile'"
else
sed 's/^Y//' << \SHAR_EOF > '/usr/src/usr.sbin/trpt/Makefile'
Y#
Y# Public Domain.  1996/11/16 - Steven Schultz
Y#
Y#	@(#)Makefile	1.0 (2.11BSD) 1996/11/16
Y#
YCFLAGS=	 -O
YSEPFLAG= -i
YSRCS=	trpt.c
YOBJS=	trpt.o
YMAN=	trpt.0
YMANSRC=	trpt.8
Y
Yall: trpt trpt.0
Y
Ytrpt: ${OBJS}
Y	${CC} ${CFLAGS} ${SEPFLAG} -o $@ ${OBJS}
Y
Ytrpt.0: ${MANSRC}
Y	/usr/man/manroff ${MANSRC} > ${MAN}
Y
Yclean:
Y	rm -f ${OBJS} ${MAN} trpt tags 
Y
Ydepend: ${SRCS}
Y	mkdep ${CFLAGS} ${SRCS}
Y
Yinstall: trpt
Y	install -c -o bin -g bin -m 444 ${MAN} ${DESTDIR}/usr/man/cat8
Y	install -s -o bin -g kmem -m 2755 trpt ${DESTDIR}/usr/sbin/trpt
Y
Ylint: ${SRCS}
Y	lint -hax ${SRCS}
Y
Ytags: ${SRCS}
Y	ctags ${SRCS}
Y# DO NOT DELETE THIS LINE -- mkdep uses it.
Y# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
SHAR_EOF
chmod 644 '/usr/src/usr.sbin/trpt/Makefile'
fi
if test -f '/usr/src/usr.sbin/trsp/Makefile'
then
	echo shar: "will not over-write existing file '/usr/src/usr.sbin/trsp/Makefile'"
else
sed 's/^Y//' << \SHAR_EOF > '/usr/src/usr.sbin/trsp/Makefile'
Y#
Y# Public Domain.  1996/11/16 - Steven Schultz
Y#
Y#	@(#)Makefile	1.0 (2.11BSD) 1996/11/16
Y#
YCFLAGS=	 -O
YSEPFLAG= -i
YSRCS=	trsp.c
YOBJS=	trsp.o
YMAN=	trsp.0
YMANSRC=	trsp.8
Y
Yall: trsp trsp.0
Y
Ytrsp: ${OBJS}
Y	${CC} ${CFLAGS} ${SEPFLAG} -o $@ ${OBJS}
Y
Ytrsp.0: ${MANSRC}
Y	/usr/man/manroff ${MANSRC} > ${MAN}
Y
Yclean:
Y	rm -f ${OBJS} ${MAN} trsp tags 
Y
Ydepend: ${SRCS}
Y	mkdep ${CFLAGS} ${SRCS}
Y
Yinstall: trsp
Y	install -c -o bin -g bin -m 444 ${MAN} ${DESTDIR}/usr/man/cat8
Y	install -s -o root -g bin -m 755 trsp ${DESTDIR}/usr/sbin/trsp
Y
Ylint: ${SRCS}
Y	lint -hax ${SRCS}
Y
Ytags: ${SRCS}
Y	ctags ${SRCS}
Y# DO NOT DELETE THIS LINE -- mkdep uses it.
Y# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
SHAR_EOF
chmod 644 '/usr/src/usr.sbin/trsp/Makefile'
fi
if test -f '/usr/src/usr.sbin/update/Makefile'
then
	echo shar: "will not over-write existing file '/usr/src/usr.sbin/update/Makefile'"
else
sed 's/^Y//' << \SHAR_EOF > '/usr/src/usr.sbin/update/Makefile'
Y#
Y# Public Domain.  1996/11/16 - Steven Schultz
Y#
Y#	@(#)Makefile	1.0 (2.11BSD) 1996/11/16
Y#
YCFLAGS=	 -O
YSEPFLAG= -i
YSRCS=	update.c
YOBJS=	update.o
YMAN=	update.0
YMANSRC=	update.8
Y
Yall: update update.0
Y
Yupdate: ${OBJS}
Y	${CC} ${CFLAGS} ${SEPFLAG} -o $@ ${OBJS}
Y
Yupdate.0: ${MANSRC}
Y	/usr/man/manroff ${MANSRC} > ${MAN}
Y
Yclean:
Y	rm -f ${OBJS} ${MAN} update tags 
Y
Ydepend: ${SRCS}
Y	mkdep ${CFLAGS} ${SRCS}
Y
Yinstall: update
Y	install -c -o bin -g bin -m 444 ${MAN} ${DESTDIR}/usr/man/cat8
Y	install -s -o root -g bin -m 755 update ${DESTDIR}/usr/sbin/update
Y
Ylint: ${SRCS}
Y	lint -hax ${SRCS}
Y
Ytags: ${SRCS}
Y	ctags ${SRCS}
Y# DO NOT DELETE THIS LINE -- mkdep uses it.
Y# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
SHAR_EOF
chmod 644 '/usr/src/usr.sbin/update/Makefile'
fi
exit 0
#	End of shell archive