|
|
1.1 root 1: # /usr/src/cmd/grep/Makefile 2/20/91
2: DESTDIR=/bin386/bin/
3: OBJ=\
4: grep1.o\
5: grep2.o
6:
7: grep: $(OBJ)
8: $(CC) $(LDFLAGS) -o $(DESTDIR)$* $(OBJ)
9: su root chown bin $(DESTDIR)$@
10: su root chgrp bin $(DESTDIR)$@
11: su root chmod 511 $(DESTDIR)$@
12:
13: grep1.o: grep.h grep1.c
14: grep2.o: grep.h grep2.c
15:
16: clean:
17: rm $(OBJ)
18:
19: # end of /usr/src/cmd/grep/Makefile
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.