summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mtree/Makefile
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-11-05 22:26:08 +0000
committerphk <phk@FreeBSD.org>2003-11-05 22:26:08 +0000
commit7a3cd410f3a16da94524b5c7e8e18c0f38f820dd (patch)
tree382104a66bfe97e7e359325b15384857b7b59927 /usr.sbin/mtree/Makefile
parent5ef31a1b16d94984d9191da253117e79cd0a079b (diff)
downloadFreeBSD-src-7a3cd410f3a16da94524b5c7e8e18c0f38f820dd.zip
FreeBSD-src-7a3cd410f3a16da94524b5c7e8e18c0f38f820dd.tar.gz
Give mtree(8) the ability to take [two -f spec] arguments and compare
the two specifications to each other.
Diffstat (limited to 'usr.sbin/mtree/Makefile')
-rw-r--r--usr.sbin/mtree/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/mtree/Makefile b/usr.sbin/mtree/Makefile
index 0d21be9..6376ea3 100644
--- a/usr.sbin/mtree/Makefile
+++ b/usr.sbin/mtree/Makefile
@@ -6,6 +6,7 @@
PROG= mtree
MAN= mtree.8
SRCS= compare.c crc.c create.c excludes.c misc.c mtree.c spec.c verify.c
+SRCS+= specspec.c
WARNS?= 4
OpenPOWER on IntegriCloud