home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / usr.bin / locate / code / Makefile < prev    next >
Encoding:
Makefile  |  1990-05-11  |  146 b   |  9 lines

  1. #    @(#)Makefile    5.1 (Berkeley) 5/11/90
  2.  
  3. PROG=    locate.code
  4. CFLAGS+=-I${.CURDIR}/../locate
  5. NOMAN=    noman
  6. BINDIR=    /usr/libexec
  7.  
  8. .include <bsd.prog.mk>
  9.