After all the dist kits are run you should have the following files:

Filename		Kit Description
--------		--- -----------
Configure                1 Portability tool.
MANIFEST                 2 This list of files.
Makefile                 7 A makefile to run subsidiary makefiles.
README                   1 Basic instructions.
config.h.SH              3 Produces config.h.
kit/Makefile.SH          5 Builds kit builder.
kit/README               1 Instructions on makedist.
kit/makeSH               6 Does most of turning a script into an SH file.
kit/makeSH.man           5 Manual page for same.
kit/makedist.SH          3 Makes a set of kits in the current directory.
kit/makedist.man         4 Manual page for same.
mcon/Makefile.SH         5 Builds metaconfig.
mcon/README              1 Instructions on using metaconfig.
mcon/U/AAAAA.U           7 Does magic before Head.U.
mcon/U/Chk_whoami.U      7 A unit which checks for conflicts.
mcon/U/Config_h.U        5 Makes config.h.SH--bizarrity here.
mcon/U/Config_sh.U       7 Makes config.sh.
mcon/U/Cppsym.U          4 Makes program to test for cpp symbols.
mcon/U/End.U             7 "End of configuration questions"
mcon/U/Filexp.U          6 Makes program to do tilde expansion.
mcon/U/Finish.U          4 A unit which always goes last.
mcon/U/Guess.U           4 Hazard guesses as to overall philosophy.
mcon/U/Head.U            5 First unit, does "#!/bin/sh" et al.
mcon/U/Init.U            6 Magically gathers ?Init: lines from other units.
mcon/U/Instruct.U        4 Prints instructions.
mcon/U/Loc.U             3 Look for common programs.
mcon/U/Log.U             7 Some stupid redefinitions to keep RCS happy.
mcon/U/Myinit.U          7 For copying to private U directories.
mcon/U/Myread.U          6 Makes program to do read with shell escape.
mcon/U/Null.U            7 Zeroes out variables.  Probably unnecessary.
mcon/U/Oldconfig.U       7 Looks for old config.sh file.
mcon/U/Warn_v7EXT.U      7 V7 has some ideosyncracies.
mcon/U/Warn_v7ND.U       7 V7 has no O_NDELAY read.
mcon/U/active.U          5 Find the news active file.
mcon/U/bin.U             6 Find where to install public executables.
mcon/U/cc.U              2 Find special compilers and options.
mcon/U/contains.U        6 Makes status-returning grep.
mcon/U/cppstdin.U        3 Find a C preprossor that takes from stdin.
mcon/U/d_bcopy.U         7 Do we have bcopy() or memcpy()?
mcon/U/d_charsprf.U      6 How is sprintf() defined?
mcon/U/d_crypt.U         7 Does crypt() exist?
mcon/U/d_dosuid.U        5 Do they want setuid emulation?
mcon/U/d_fchmod.U        7 Do we have fchmod()?
mcon/U/d_fchown.U        7 Do we have fchown()?
mcon/U/d_fcntl.U         6 Do we have fcntl()?
mcon/U/d_flexfnam.U      6 Long filenames?
mcon/U/d_ftime.U         7 Do we have ftime()?
mcon/U/d_getgrps.U       6 Do we have getgroups()?
mcon/U/d_gethname.U      3 What is the C function to get host name?
mcon/U/d_getopt.U        7 See if getopt() exists.
mcon/U/d_getpwent.U      7 How is passwd info gotten?
mcon/U/d_havetlib.U      4 Where is termlib?
mcon/U/d_hidnet.U        5 Do hiddennet stuff?
mcon/U/d_index.U         5 index() vs strchr().
mcon/U/d_internet.U      6 Use internet addresses?
mcon/U/d_ioctl.U         7 Does sys/ioctl.h exist?
mcon/U/d_itimer.U        6 See if setitimer() exists.
mcon/U/d_killpg.U        7 Do we have killpg()?
mcon/U/d_memcpy.U        7 Do we have memcpy()?
mcon/U/d_mkdir.U         7 See if mkdir() exists.
mcon/U/d_news.U          4 What kind of NeWS is here?
mcon/U/d_newsadm.U       5 Who is news administrator?
mcon/U/d_nolnbuf.U       5 Is stdout line buffered?
mcon/U/d_normsig.U       6 signal() vs sigset().
mcon/U/d_portable.U      5 How portable do we want to be?
mcon/U/d_psignal.U       6 See if psignal() exists.
mcon/U/d_raster.U        6 Is this a Raster Tech machine?
mcon/U/d_rdchk.U         6 Is rdchk() there to check for input?
mcon/U/d_rename.U        7 Do we have rename()?
mcon/U/d_rusage.U        6 See if getrusage() exists.
mcon/U/d_scorfl.U        5 Keep scoreboards by full name?
mcon/U/d_setegid.U       7 Do we have setegid()?
mcon/U/d_seteuid.U       7 Do we have seteuid()?
mcon/U/d_setrgid.U       7 Do we have setrgid()?
mcon/U/d_setruid.U       7 Do we have setruid()?
mcon/U/d_sgndchr.U       6 Are chars signed?
mcon/U/d_sigvec.U        5 See which sigvector routines exist.
mcon/U/d_socket.U        4 See what socket support there is.
mcon/U/d_speedopt.U      6 Optimize speed vs memory?
mcon/U/d_statblks.U      6 Does stat know about blksize and blocks?
mcon/U/d_stdstdio.U      6 How standard is stdio?
mcon/U/d_strcspn.U       7 Do we have strcspn()?
mcon/U/d_strctcpy.U      6 Do we do struct copies?
mcon/U/d_symlink.U       7 Does symlink() exist?
mcon/U/d_termio.U        6 Termio vs sgtty.
mcon/U/d_tminsys.U       6 Is struct tm in <sys/time.h>?
mcon/U/d_usendir.U       5 Use our own ndir routines?
mcon/U/d_vfork.U         7 vfork() vs fork().
mcon/U/d_voidsig.U       6 How is signal() declared?
mcon/U/d_whoami.U        7 Is there a whoami.h file?
mcon/U/defeditor.U       6 Find default editor.
mcon/U/filexp.U          7 Finds location of filexp made by Filexp.U.
mcon/U/fpu.U             5 What kind of Sun fpu is in use?
mcon/U/gidtype.U         6 What is the type of gids?
mcon/U/hostname.U        3 How to determine hostname from shell.
mcon/U/inc.U             6 See where include files go.
mcon/U/lib.U             5 See which library to use.
mcon/U/libc.U            4 Where is libc?
mcon/U/libnm.U           7 New math library?
mcon/U/locdist.U         3 Find distribution names for news.
mcon/U/maildir.U         6 Where is mail spooled.
mcon/U/mailer.U          6 What delivers mail?
mcon/U/mailfile.U        6 What filename in maildir?
mcon/U/mallocsrc.U       5 Use malloc included in kit?
mcon/U/mansrc.U          5 Where to put manual pages source.
mcon/U/mboxchar.U        5 How to determine if file is mailbox.
mcon/U/mkdep.U           4 See how to run make depend.
mcon/U/models.U          2 Large vs small, split I&D, etc.
mcon/U/n.U               6 How to suppress newline with echo.
mcon/U/nametype.U        3 How to get user's fullname.
mcon/U/newslevel.U       6 What version of news are we running?
mcon/U/newslib.U         5 Where is the news library?
mcon/U/newsspool.U       5 Where is news spooled?
mcon/U/orderlib.U        6 See if and how to use ranlib.
mcon/U/orgname.U         5 What is the organizaton name?
mcon/U/package.U         1 Gets package name from .package magically.
mcon/U/pager.U           6 What's the pager, more or less?
mcon/U/perlpath.U        6 Locate perl interpreter.
mcon/U/prefshell.U       6 Preferred user shell.
mcon/U/privlib.U         6 Where is the private library?
mcon/U/randbits.U        5 How many bits in rand()?
mcon/U/registers.U       4 How many register declarations to use.
mcon/U/rootid.U          7 Root user id.
mcon/U/spitshell.U       5 Shell comment stripper, maybe.
mcon/U/startsh.U         7 How to guarantee sh startup.
mcon/U/stdchar.U         7 Are chars unsigned in stdio?
mcon/U/sunscanf.U        6 Is this Sun's version of scanf()?
mcon/U/uidtype.U         6 What is the type of uids?
mcon/U/voidflags.U       4 How supported is void?
mcon/makegloss           4 Extracts Glossary from Unit files.
mcon/metaconfig.SH       2 Writes Configure scripts for you.
mcon/metaconfig.man      2 Manual page for same.
packinit.SH              2 Creates a .package file describing your package.
pat/Makefile.SH          5 Builds patch generator.
pat/README               1 Directions for patch generator.
pat/mailagent            3 A sample mail agent.
pat/mailpatch            4 A sample automatic patch mailer.
pat/pat.SH               4 Check in, do diffs, make patch, send it.
pat/pat.man              2 Manual page for same.
pat/patbase.SH           4 To set the base for future differences.
pat/patchlevel.h         5 A prototype patchlevel.h file.
pat/patcil.SH            1 Check in the latest changes.
pat/patdiff.SH           3 Find the differences since patbase.
pat/patftp.SH            5 Puts patches in ftp pub directory.
pat/patindex             7 Generate an index of patches sent out.
pat/patmake.SH           3 Put together a patch file.
pat/patpost.SH           4 Sends patches via news.
pat/patsend.SH           4 Sends patches via mail.
patchlevel.h             7 The current patchlevel for dist.
pl/comment.pl            7 Perl library to find comment in front of $Log.
pl/fullname.pl           7 Perl library to get full name.
pl/logname.pl            4 Perl library to get login name.
pl/package.pl            7 Perl library to read .package.
pl/rangeargs.pl          7 Perl library to expand number lists.
pl/rcsargs.pl            7 Perl library to expand rcs filename lists.
