|
|
1.1 root 1: #
2: # Copyright (c) 1984, 1985,1986 Xerox Corp.
3: #
4: DESTINCLUDE=../../../include
5: DESTBIN=../../../bin
6: DESTLIB=../../../lib
7:
8: ipfe: ipfe.o
9: cc -o ipfe ipfe.o
10:
11: ipfe.o: $(DESTINCLUDE)/iptokens.h $(DESTINCLUDE)/ipnames.h
12: cc -c -I$(DESTINCLUDE) ipfe.c
13:
14: lint:
15: lint -b -I$(DESTINCLUDE) ipfe.c $(DESTLIB)/llib-lip.ln -lc
16: clean:
17: rm -f ipfe *.o
18:
19: install: $(DESTBIN)/ipfe
20:
21: $(DESTBIN)/ipfe: ipfe
22: install -c -s ipfe $(DESTBIN)
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.