#!/usr/bin/ksh
#
#  Partner: NFS
#  Script: clean
#
#  Usage: NFS/bin/install
#         (Note: you must be cd'd to the top level of the desired chroot
#                directory.  Ex. cd /source_code/10_MLP
#
/etc/chroot . /usr/bin/ksh <<-END-of-FILE 
	export LOGNAME=indnetwk
        cd /source/NFS/indnetwk
        make install ROOT=/NFS/Filesets
	END-of-FILE

