diff options
author | ed <ed@FreeBSD.org> | 2011-10-16 07:57:01 +0000 |
---|---|---|
committer | ed <ed@FreeBSD.org> | 2011-10-16 07:57:01 +0000 |
commit | 26202ae0ce90cf86753dc7cc528e82cca7d320bb (patch) | |
tree | 75f96e03709ba01ed3d46e71f8f8af398225126d /usr.bin/at/Makefile | |
parent | e4b5520b25cdc2e4e34dd67c17008959bd9492dd (diff) | |
download | FreeBSD-src-26202ae0ce90cf86753dc7cc528e82cca7d320bb.zip FreeBSD-src-26202ae0ce90cf86753dc7cc528e82cca7d320bb.tar.gz |
Build at(1) with NO_WFORMAT instead of WARNS=1.
Diffstat (limited to 'usr.bin/at/Makefile')
-rw-r--r-- | usr.bin/at/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/at/Makefile b/usr.bin/at/Makefile index 75546fc..5e9cfc9 100644 --- a/usr.bin/at/Makefile +++ b/usr.bin/at/Makefile @@ -11,7 +11,7 @@ MLINKS= at.1 batch.1 \ at.1 atq.1 \ at.1 atrm.1 -WARNS?= 1 +NO_WFORMAT= BINOWN= root BINMODE= 4555 |