[BACK]Return to Makefile.inc CVS log [TXT][DIR] Up to [local] / src / kerberosIV

Annotation of src/kerberosIV/Makefile.inc, Revision 1.1.1.1

1.1       tholo       1: #      from @(#)Makefile.inc   8.1 (Berkeley) 6/1/93
                      2: #      $Id$
                      3:
                      4: CFLAGS+=-I${.CURDIR}/../include
                      5: BINDIR?=/usr/sbin
                      6:
                      7: .if exists(${.CURDIR}/../mk_cmds/obj)
                      8: MK_CMDS=${.CURDIR}/../mk_cmds/obj/mk_cmds
                      9: .else
                     10: MK_CMDS=${.CURDIR}/../mk_cmds/mk_cmds
                     11: .endif
                     12:
                     13: .if exists(${.CURDIR}/../compile_et/obj)
                     14: COMPILE_ET=${.CURDIR}/../compile_et/obj/compile_et
                     15: .else
                     16: COMPILE_ET=${.CURDIR}/../compile_et/compile_et
                     17: .endif
                     18:
                     19: .if exists(${.CURDIR}/../com_err/obj)
                     20: COM_ERR=-L${.CURDIR}/../com_err/obj -lcom_err_pic
                     21: .else
                     22: COM_ERR=-L${.CURDIR}/../com_err -lcom_err_pic
                     23: .endif