# $FreeBSD: stable/10/bin/expr/Makefile 277747 2015-01-26 11:49:06Z ngie $ .include PROG= expr SRCS= expr.y YFLAGS= NO_WMISSING_VARIABLE_DECLARATIONS= .if ${MK_TESTS} != "no" SUBDIR+= tests .endif .include