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