##########################################################################
# (C) Copyright 1998 The Open Group
#
# All rights reserved.  No part of this source code may be reproduced,
# stored in a retrieval system, or transmitted, in any form or by any
# means, electronic, mechanical, photocopying, recording or otherwise,
# except as stated in the end-user licence agreement, without the prior
# permission of the copyright owners.
#
# X/Open and the 'X' symbol are trademarks of X/Open Company Limited in
# the UK and other countries.
#
#	SCCS:	@(#)LSB.fhs/root/mnt/Makefile	Rel 0.5.2 (18/01/1998)
#
#	PROJECT:	VSX
#	PRODUCT:	LSB.fhs/root/mnt
#	AUTHOR:		Andrew Josey, The Open Group
#	DATE CREATED:	21 Dec 1998
#	TARGET:		mnt-tc.sh
##########################################################################


PRINTER =	lpr
PRINTFLAGS =	

TET_ROOT =	../../../../..
TET_EXECUTE =	../../../../TESTROOT

VSXDIR =	../../../../SRC
SYSINC =	$(VSXDIR)/SYSINC
SYSLIBS =	
LIBVPORT =	$(VSXLIB)/vport.a

VSXINC =	$(VSXDIR)/INC
VSXLIB =	$(VSXDIR)/LIB
VSXBIN =	$(VSXDIR)/BIN
CHMOG =		$(VSXBIN)/chmog
GENLIB =	$(VSXLIB)/genlib.a
TSETLIB =	$(VSXLIB)/tsetlib.a

# What is installed:

INSTOWN =	vsx0
INSTGRP =	vsxg0
INSTMODE =	755
INSTDIR =	$(TET_EXECUTE)/tset/LSB.fhs/root/mnt

# product-wide libraries for ld(1):

LIBS =	
DBUG =	
COPTS =	
SDBFLAG =	
DEFINES =	

# INCS, as seen from obj directory
INCS =	
CFLOCAL =
CFLAGS =
LDFLAGS =	


# Targets: ---------------------------------------------------------

all:		mnt-tc.sh

mnt-tc.sh:	$(TET_EXECUTE)/LIB/lsbfuncs.sh $(TET_EXECUTE)/LIB/shfuncs.sh


INSTALL:	$(INSTDIR)/mnt-tc


$(INSTDIR)/mnt-tc:	mnt-tc.sh
		$(CHMOG) $(INSTMODE) $(INSTOWN) $(INSTGRP) -c $? $@
		@echo " $? installed in $@"

CLEAN:

CLOBBER:	CLEAN
		$(RM) $(INSTDIR)/mnt-tc
