head     1.5;
branch   ;
access   ;
symbols  ;
locks    bin:1.5;
comment  @@;


1.5
date     93.06.18.10.09.21;  author bin;  state Exp;
branches ;
next     1.4;

1.4
date     91.03.14.20.39.25;  author bin;  state Exp;
branches ;
next     1.3;

1.3
date     91.03.14.14.11.10;  author bin;  state Exp;
branches ;
next     1.2;

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

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


desc
@written to replace the original run file by bob h. tested ok.
@


1.5
log
@nigel: fixes for 402
@
text
@# /usr/src/cmd/grep/Makefile 2/20/91
DESTDIR=/interim/bin/
OBJ=\
	grep1.o\
	grep2.o

grep:	$(OBJ)
	$(CC) $(LDFLAGS) -o $(DESTDIR)$* $(OBJ)
	su root chown bin $(DESTDIR)$@@
	su root chgrp bin $(DESTDIR)$@@
	su root chmod 511 $(DESTDIR)$@@

grep1.o: grep.h grep1.c
grep2.o: grep.h grep2.c

clean:
	rm $(OBJ)

# end of /usr/src/cmd/grep/Makefile
@


1.4
log
@bob h added chmod chown ...
@
text
@d2 1
a2 1
DESTDIR=/f1/bin/
@


1.3
log
@bob h added destdir
@
text
@d9 3
@


1.2
log
@updated version provided by stevesf for v311
@
text
@d2 1
a2 1

d8 1
a8 1
	$(CC) $(LDFLAGS) -o $* $(OBJ)
@


1.1
log
@Initial revision
@
text
@d1 16
a16 2
grep:	grep1.c grep2.c
	cc -O -o grep grep1.c grep2.c 
@
