Home | History | Annotate | Line # | Download | only in find
Makefile revision 1.14
      1  1.14       rin #	$NetBSD: Makefile,v 1.14 2023/08/03 13:36:08 rin Exp $
      2   1.6       mrg #	from: @(#)Makefile	8.1 (Berkeley) 6/6/93
      3   1.1       cgd 
      4   1.9     lukem .include <bsd.own.mk>
      5   1.9     lukem 
      6   1.1       cgd PROG=	find
      7  1.12        he SRCS=	find.c function.c ls.c main.c misc.c operator.c option.c
      8   1.8     lukem 
      9  1.10  christos LDADD+=-lutil
     10  1.10  christos DPADD+=${LIBUTIL}
     11  1.10  christos 
     12  1.14       rin COPTS.misc.c+=	${CC_WNO_USE_AFTER_FREE}
     13  1.14       rin 
     14   1.1       cgd .include <bsd.prog.mk>
     15