19b50d902SRodney W. Grimes# @(#)Makefile 8.1 (Berkeley) 6/6/93 29f5b04e9SDavid Malone# $FreeBSD$ 39b50d902SRodney W. Grimes 4*0306a0a8SEnji Cooper.include <src.opts.mk> 5*0306a0a8SEnji Cooper 69b50d902SRodney W. GrimesPROG= cmp 7e1bfde1bSBrian SomersSRCS= cmp.c link.c misc.c regular.c special.c 89b50d902SRodney W. Grimes 9*0306a0a8SEnji Cooper.if ${MK_TESTS} != "no" 10*0306a0a8SEnji CooperSUBDIR+= tests 11*0306a0a8SEnji Cooper.endif 12*0306a0a8SEnji Cooper 139b50d902SRodney W. Grimes.include <bsd.prog.mk> 14