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

  1. #    @(#)Makefile    5.1 (Berkeley) 6/25/90
  2.  
  3. PROG=    kdb_destroy
  4. CFLAGS+=-DKERBEROS -DDEBUG -I${.CURDIR}/../include
  5. NOMAN=    noman
  6.  
  7. .include <bsd.prog.mk>
  8.