diff options
| author | christos <christos@NetBSD.org> | 1997-07-20 17:32:57 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 1997-07-20 17:32:57 +0000 |
| commit | 1ebc470e072efd9f41f0b7e8cce88fe77059260e (patch) | |
| tree | f51c19e1d6678cfa40a501f451028bf20c07f9d4 /bin/expr/Makefile | |
| parent | 18078c1896980020c6c9d2b8651bd8d9d1a040f6 (diff) | |
Fix compiler warnings; add WARNS=1
Diffstat (limited to 'bin/expr/Makefile')
| -rw-r--r-- | bin/expr/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/expr/Makefile b/bin/expr/Makefile index 029c1c51155..e0d2768f1d4 100644 --- a/bin/expr/Makefile +++ b/bin/expr/Makefile @@ -1,5 +1,6 @@ -# $NetBSD: Makefile,v 1.11 1995/03/21 09:05:33 cgd Exp $ +# $NetBSD: Makefile,v 1.12 1997/07/20 17:32:57 christos Exp $ +WARNS=1 PROG= expr SRCS= expr.c |
