mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-23 18:14:56 +01:00
b7946da96b
Also add some missing $FreeBSD$ to keep svn happy.
11 lines
210 B
Makefile
11 lines
210 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 \
|
|
getdate.y
|
|
CFLAGS+= -DHAVE_SYS_TIMEB_H -I${.CURDIR}
|
|
YFLAGS=
|
|
|
|
.include <bsd.prog.mk>
|