mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 08:38:13 -05:00
This is compatible with GNU cmp. Reviewed by: bapt (earlier version), markj, imp Sponsored by: Klara, Inc. Differential Revision: https://reviews.freebsd.org/D32071
14 lines
207 B
Makefile
14 lines
207 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
PROG= cmp
|
|
SRCS= cmp.c link.c misc.c regular.c special.c
|
|
|
|
LIBADD= util
|
|
|
|
HAS_TESTS=
|
|
SUBDIR.${MK_TESTS}+= tests
|
|
|
|
.include <bsd.prog.mk>
|