home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / kerberosIV / compile_et / Makefile < prev    next >
Encoding:
Makefile  |  1990-06-25  |  312 b   |  15 lines

  1. #    @(#)Makefile    5.1 (Berkeley) 6/25/90
  2.  
  3. PROG=    compile_et
  4. CFLAGS+=-I. -I${.CURDIR}
  5. SRCS=    compile_et.c error_message.c et_name.c init_et.c perror.c
  6. OBJS+=    error_table.o
  7. DPADD=    ${LIBL}
  8. LDADD=    -ll
  9. CLEANFILES=et_lex.lex.c y.tab.c y.tab.h error_table.c
  10. NOMAN=    noman
  11.  
  12. error_table.c: et_lex.lex.c
  13.  
  14. .include <bsd.prog.mk>
  15.