diff options
Diffstat (limited to 'bin/expr/Makefile')
-rw-r--r-- | bin/expr/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/expr/Makefile b/bin/expr/Makefile index 1d741b7..471c1c0 100644 --- a/bin/expr/Makefile +++ b/bin/expr/Makefile @@ -2,6 +2,7 @@ .include <src.opts.mk> +PACKAGE=runtime PROG= expr SRCS= expr.y YFLAGS= |