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

  1. #    @(#)Makefile    5.1 (Berkeley) 6/25/90
  2.  
  3. LIB=    acl
  4. CFLAGS+=-DDEBUG -DKERBEROS -I${.CURDIR}/../include
  5. SRCS=    acl_files.c
  6.  
  7. .include <bsd.lib.mk>
  8.