head     1.1;
access   ;
symbols  ;
locks    ; strict;
comment  @# @;


1.1
date     86.03.17.18.10.34;  author gus;  state Exp;
branches ;
next     ;


desc
@the buildfile for the unix vgts stubs
@



1.1
log
@Initial revision
@
text
@#buildfile for /xV/libc/*/unix
#
#
REMLIB = libVgts.a
VPATH = ../osi
#include object.list

all:    $(OBJECTS)
	ar rv $(REMLIB) $(OBJECTS)
	ranlib $(REMLIB)

#include ../../unix/buildtemplate
#include dependencies

listings: vgts-listings

install:  $(OBJECTS) all
	netinstall -p -m 755 $(REMLIB)/usr/stanford/lib

@
