source: trunk/athena/bin/login/Imakefile @ 8860

Revision 8860, 401 bytes checked in by ghudson, 28 years ago (diff)
Simplify a lot, and account for the demise of KRB5DIR.
Line 
1DEFINES=-DRVD -DNAMESERVER -DVFS -DKRB5 $(MACHDEP)
2
3AFSLIBS = -L$(AFSDIR)/lib -L$(AFSDIR)/lib/afs -lauth -lsys -lrx -llwp -lsys
4
5#if defined(SOLARIS)
6MACHDEP = -DINITTAB
7OSLIBS = -lbsd
8#endif
9
10#ifdef sgi
11MACHDEP = -DINITTAB
12#endif
13
14LIBS=-lknet -lkrb -ldes -lkrb5 -lcrypto -lcom_err -lhesiod $(OSLIBS)
15
16build_program(login,login.o,,$(AFSLIBS) $(LIBS))
17install_program(login,-o root -m 4555,/bin/login)
Note: See TracBrowser for help on using the repository browser.