NetBSD/usr.bin/find/Makefile

14 lines
263 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.12 2006/12/14 20:55:56 he Exp $
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
1993-03-21 12:45:37 +03:00
.include <bsd.own.mk>
1993-03-21 12:45:37 +03:00
PROG= find
SRCS= find.c function.c ls.c main.c misc.c operator.c option.c
WARNS= 4
2006-08-26 22:17:41 +04:00
LDADD+=-lutil
DPADD+=${LIBUTIL}
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>