mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 09:21:31 -05:00
9 lines
180 B
Makefile
9 lines
180 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
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>
|