Revision 8239,
691 bytes
checked in by ghudson, 29 years ago
(diff) |
Simplify. Use -lbsd instead of -lucb.
|
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) -lkrb -ldes -lhesiod $(OSLIBS) |
---|
14 | |
---|
15 | CFILES = ftpd.c athena_ftpd.c ftpcmd.y glob.c logwtmp.c\ |
---|
16 | popen.c vers.c |
---|
17 | OBJS = ftpd.o athena_ftpd.o ftpcmd.o glob.o logwtmp.o\ |
---|
18 | popen.o vers.o strpbrk.o strtok.o getusershell.o |
---|
19 | |
---|
20 | vers.c: ftpd.c ftpcmd.y athena_ftpd.c |
---|
21 | sh newvers.sh |
---|
22 | |
---|
23 | #ifdef ultrix |
---|
24 | glob.o: glob.c |
---|
25 | ${CC} ${CFLAGS} -UPOSIX -c glob.c |
---|
26 | #endif |
---|
27 | |
---|
28 | SimpleProgram(ftpd,${OBJS},${LIBS},/etc/athena/ftpd) |
---|
29 | install_man(ftpd.8c,ftpd.8c) |
---|
30 | create_depend(${CFILES}) |
---|
Note: See
TracBrowser
for help on using the repository browser.