diff options
-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 |