Revision 10504,
725 bytes
checked in by ghudson, 27 years ago
(diff) |
Use krb4 compatibility in krb5.
|
Line | |
---|
1 | DEFINES = -DATHENA -DSETPAG |
---|
2 | AFSLIBS = -L$(AFSDIR)/lib -L$(AFSDIR)/lib/afs -lauth -lsys -lrx -llwp |
---|
3 | |
---|
4 | #ifdef _AIX |
---|
5 | OSLIBS = -lodm -lcfg -ls |
---|
6 | #endif |
---|
7 | #ifdef ultrix |
---|
8 | OSLIBS = -lnsyslog |
---|
9 | #endif |
---|
10 | #ifdef SOLARIS |
---|
11 | OSLIBS = -lbsd |
---|
12 | #endif |
---|
13 | LIBS = $(AFSLIBS) -lkrb4 -ldes425 -lkrb5 -lcrypto -lcom_err -lhesiod \ |
---|
14 | $(OSLIBS) |
---|
15 | |
---|
16 | CFILES = ftpd.c athena_ftpd.c ftpcmd.y glob.c logwtmp.c\ |
---|
17 | popen.c vers.c |
---|
18 | OBJS = ftpd.o athena_ftpd.o ftpcmd.o glob.o logwtmp.o\ |
---|
19 | popen.o vers.o strpbrk.o strtok.o getusershell.o |
---|
20 | |
---|
21 | vers.c: ftpd.c ftpcmd.y athena_ftpd.c |
---|
22 | sh newvers.sh |
---|
23 | |
---|
24 | #ifdef ultrix |
---|
25 | glob.o: glob.c |
---|
26 | ${CC} ${CFLAGS} -UPOSIX -c glob.c |
---|
27 | #endif |
---|
28 | |
---|
29 | SimpleProgram(ftpd,${OBJS},${LIBS},/etc/athena/ftpd) |
---|
30 | install_man(ftpd.8c,ftpd.8c) |
---|
31 | create_depend(${CFILES}) |
---|
Note: See
TracBrowser
for help on using the repository browser.