|
|
1.1 root 1: OBJS=doconnect.o main.o
2: SECRETOBJS=secret.o
3: S5OBJS=${OBJS} ${SECRETOBJS} s5_tty.o
4: RESOBJS=${OBJS} ${SECRETOBJS} res_tty.o
5:
6: # att-ms (old Sys V) version
7:
8: auth: ipclib ${S5OBJS}
9: ${CC} ${LDFLAGS} ${S5OBJS} ../ipc/libipc.a -lnet -lnsl_s -lc -o auth
10:
11: ipclib:
12: (cd ../ipc; ERR=s5_err.o make init dk tcp lib)
13:
14: # research version
15:
16: res_auth: ${RESOBJS}
17: ${CC} ${LDFLAGS} ${RESOBJS} -lipc -o auth
18:
19: doconnect.o: auth.h
20: main.o: auth.h
21: secret.o: auth.h
22: s5_tty.o:
23: res_tty.o:
24:
25:
26: clean:
27: rm -f *.o auth core
28:
29: install: auth
30: cp auth /usr/add-on/bin/auth
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.