Lionel Sambuc 433d6423c3 New sources layout
Change-Id: Ic716f336b7071063997cf5b4dae6d50e0b4631e9
2014-07-31 16:00:30 +02:00

13 lines
270 B
Makefile

# $NetBSD: Makefile,v 1.12 2006/12/14 20:55:56 he Exp $
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
.include <bsd.own.mk>
PROG= find
SRCS= find.c function.c ls.c main.c misc.c operator.c option.c
LDADD+= -lutil
DPADD+= ${LIBUTIL}
.include <bsd.prog.mk>