head     1.2;
branch   ;
access   ;
symbols  ;
locks    bin:1.2; strict;
comment  @# @;


1.2
date     91.07.16.13.14.51;  author bin;  state Exp;
branches ;
next     1.1;

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


desc
@init ver pulled from hp and modified by bob h for romana
@


1.2
log
@bob h correc
ted destdir path
@
text
@DESTDIR=/interim/usr/bin/

all:	cut paste
	>done

cut:	cut.o strtol.o
	cc -o $(DESTDIR)$@@ $< $(LIB)
	su root chmog 511 bin bin $(DESTDIR)$@@

cut.o:	cut.c
	cc $(CFLAGS) -c $(INC) $<

strtol.o:	strtol.c
	cc $(CFLAGS) -c $(INC) $<

paste:	paste.o
	cc -o $(DESTDIR)$@@ $< $(LIB)
	su root chmog 511 bin bin $(DESTDIR)$@@

paste.o:	paste.c
	cc $(CFLAGS) -c $(INC) $<
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
DESTDIR=/interim/usr/bin
@
