NetBSD/usr.bin/find/Makefile

8 lines
195 B
Makefile
Raw Normal View History

1993-07-31 19:17:49 +04:00
# from: @(#)Makefile 5.2 (Berkeley) 5/24/91
1994-01-28 03:36:28 +03:00
# $Id: Makefile,v 1.3 1994/01/28 00:43:36 cgd Exp $
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
.include <bsd.prog.mk>