1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-25 16:13:17 +00:00

Add excludes.c (missed in previous commit).

PR:		16944
This commit is contained in:
Garrett Wollman 2000-05-13 03:11:45 +00:00
parent 7f562b6673
commit 4bd7627e1d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=60491

View File

@ -2,7 +2,8 @@
# $FreeBSD$
PROG= mtree
SRCS= compare.c crc.c create.c misc.c mtree.c spec.c verify.c setflags.c
SRCS= compare.c crc.c create.c excludes.c misc.c mtree.c spec.c verify.c \
setflags.c
MAN8= mtree.8
.PATH: ${.CURDIR}/../../usr.bin/cksum ${.CURDIR}/../../lib/libc/gen