#!/usr/bin/ksh
#
#  Partner: INETSVCS
#  Script: install
#
#  Usage: INETSVCS/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/INETSVCS/indnetwk
        make install ROOT=/INETSVCS/Filesets
	END-of-FILE

