From 7a3cd410f3a16da94524b5c7e8e18c0f38f820dd Mon Sep 17 00:00:00 2001 From: phk Date: Wed, 5 Nov 2003 22:26:08 +0000 Subject: Give mtree(8) the ability to take [two -f spec] arguments and compare the two specifications to each other. --- usr.sbin/mtree/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.sbin/mtree/Makefile') 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 -- cgit v1.1