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

  1. #    @(#)Makefile    5.1 (Berkeley) 6/25/90
  2.  
  3. PROG=    make_p_table
  4. SRCS=    make_p_table.c misc.c
  5. .PATH:    ${.CURDIR}/../make_key_perm
  6. CFLAGS+=-DKERBEROS -DDEBUG -I${.CURDIR}/../include \
  7.     -I${.CURDIR}/../des
  8. NOMAN=    noman
  9.  
  10. .include <bsd.prog.mk>
  11.