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


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

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

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

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

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


desc
@initial version provided by steve ness
this  is for v311
@


1.5
log
@cef chagned LDFLAGS
@
text
@# /usr/src/cmd/sed/Makefile 5/26/92
DESTDIR=/interim/bin/
OBJ=\
	sed0.o\
	sed1.o\
	sed2.o\
	sed3.o

# Primary target.
sed:	$(OBJ)
	cc -s -o $(DESTDIR)$@@ $(OBJ)

install: sed
	su root `srcpath installer`

# Secondary targets.
sed0.o:	sed0.c sed.h
sed1.o:	sed1.c sed.h
sed2.o:	sed2.c sed.h
sed3.o:	sed3.c sed.h
# end of /usr/src/cmd/sed/Makefile
@


1.4
log
@*** empty log message ***
@
text
@d2 1
d11 1
a11 1
	cc $(LDFLAGS) -so $@@ $(OBJ)
@


1.3
log
@bob h added chmog chown ...
@
text
@d1 1
a1 2
# /usr/src/cmd/sed/Makefile 2/13/91
DESTDIR= /f1/bin/
d10 1
a10 4
	cc $(LDFLAGS) -o $(DESTDIR)$@@ $(OBJ)
	su root chown bin $(DESTDIR)$@@
	su root chgrp bin $(DESTDIR)$@@
	su root chmod 511 $(DESTDIR)$@@
d12 3
a19 4

clean:
	rm $(OBJ)

@


1.2
log
@bob h added destdir
@
text
@d12 3
@


1.1
log
@Initial revision
@
text
@d2 1
a2 1

d11 1
a11 1
	cc $(LDFLAGS) -o $@@ $(OBJ)
@
