head     1.1;
access   ;
symbols  ;
locks    bin:1.1;
comment  @@;


1.1
date     91.03.27.18.34.00;  author bin;  state Exp;
branches ;
next	;


desc
@init ver pulled form uupub on the hp. 
bob h modified for use on src box
@



1.1
log
@Initial revision
@
text
@DESTDIR= /interim/usr/bin/
PROG=	more
HELP=	more.help
CFLAGS=	-I../regexp -O
LIBS=	../regexp/regexp.o -lterm

$(PROG):	$(PROG).o
	cc -o $(DESTDIR)$(PROG) $(PROG).o $(LIBS)
	su root strip $(DESTDIR)$(PROG)
	su root chown bin $(DESTDIR)$(PROG)
	su root chgrp bin $(DESTDIR)$(PROG)
	su root chmod 511 $(DESTDIR)$(PROG)
	su root co /interim/usr/lib/$(HELP) 
	su root chown bin /interim/usr/lib/$(HELP)
	su root chgrp bin /interim/usr/lib/$(HELP)
	su root chmod 444 /interim/usr/lib/$(HELP)

$(PROG).o:	more.c pathnames.h
	cc -c $(CFLAGS) more.c

@
