diff options
author | kris <kris@FreeBSD.org> | 2001-05-20 05:37:46 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2001-05-20 05:37:46 +0000 |
commit | 370c50d30036d203968bd6054c10d19d4affb7ea (patch) | |
tree | b29e92bffd4c21a621fd2c86e2fc5aab27eb4f61 /bin/sync/Makefile | |
parent | 70d80ba289bbd89e4d5fe68364b987b9358647e5 (diff) | |
download | FreeBSD-src-370c50d30036d203968bd6054c10d19d4affb7ea.zip FreeBSD-src-370c50d30036d203968bd6054c10d19d4affb7ea.tar.gz |
Silence WARNS=2 and BDECFLAGS on alpha and i386
MFC after: 1 week
Diffstat (limited to 'bin/sync/Makefile')
-rw-r--r-- | bin/sync/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/sync/Makefile b/bin/sync/Makefile index 72c664f..15f7abe 100644 --- a/bin/sync/Makefile +++ b/bin/sync/Makefile @@ -4,4 +4,6 @@ PROG= sync MAN= sync.8 +WARNS= 2 + .include <bsd.prog.mk> |