summaryrefslogtreecommitdiffstats
path: root/usr.bin/cmp/Makefile
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2005-08-23 13:13:13 +0000
committerbrian <brian@FreeBSD.org>2005-08-23 13:13:13 +0000
commit8cf3c8952235c756487d763a755ee223c358b12e (patch)
tree80bf5c714a9b025373c1208447301ba584bf64c4 /usr.bin/cmp/Makefile
parentbd2eebc690fe6d505a3daa2d0ecfa9d2cf991d01 (diff)
downloadFreeBSD-src-8cf3c8952235c756487d763a755ee223c358b12e.zip
FreeBSD-src-8cf3c8952235c756487d763a755ee223c358b12e.tar.gz
Add a -h option to tell cmp not to follow symbolic links.
MFC after: 3 weeks Sponsored by: Sophos/ActiveState
Diffstat (limited to 'usr.bin/cmp/Makefile')
-rw-r--r--usr.bin/cmp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/cmp/Makefile b/usr.bin/cmp/Makefile
index 010ece5..d93f54b 100644
--- a/usr.bin/cmp/Makefile
+++ b/usr.bin/cmp/Makefile
@@ -2,6 +2,6 @@
# $FreeBSD$
PROG= cmp
-SRCS= cmp.c misc.c regular.c special.c
+SRCS= cmp.c link.c misc.c regular.c special.c
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud