NetBSD/usr.bin/find/Makefile

10 lines
231 B
Makefile

# from: @(#)Makefile 5.2 (Berkeley) 5/24/91
# $Id: Makefile,v 1.2 1993/07/31 15:23:16 mycroft Exp $
PROG= find
SRCS= find.c function.c ls.c main.c misc.c operator.c option.c
DPADD= ${LIBUTIL}
LDADD= -lutil
.include <bsd.prog.mk>