1 2.include <src.opts.mk> 3 4PROG= cmp 5SRCS= cmp.c link.c misc.c regular.c special.c 6 7LIBADD= util 8 9HAS_TESTS= 10SUBDIR.${MK_TESTS}+= tests 11 12.include <bsd.prog.mk> 13