diff options
Diffstat (limited to 'bin/hostname')
-rw-r--r-- | bin/hostname/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/hostname/Makefile b/bin/hostname/Makefile index 5503b35..3053b90 100644 --- a/bin/hostname/Makefile +++ b/bin/hostname/Makefile @@ -3,6 +3,6 @@ PROG= hostname -WARNS= 2 +WARNS?= 2 .include <bsd.prog.mk> |