summaryrefslogtreecommitdiffstats
path: root/usr.bin/jot/Makefile
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>1999-05-13 12:18:24 +0000
committerkris <kris@FreeBSD.org>1999-05-13 12:18:24 +0000
commite3601a838c1ea30f83fd5851fb6f9b8384a64c58 (patch)
treea510a33ac733e89cf316694cac1817ac1b1e7d80 /usr.bin/jot/Makefile
parent8669d7040a8561cc089e3c91b63cd21d6df31e79 (diff)
downloadFreeBSD-src-e3601a838c1ea30f83fd5851fb6f9b8384a64c58.zip
FreeBSD-src-e3601a838c1ea30f83fd5851fb6f9b8384a64c58.tar.gz
Correct an error in a manpage example, add -Wall -W to Makefile (no
warnings given) and modify source to use arc4random() instead of random(). Reviewed by: ache
Diffstat (limited to 'usr.bin/jot/Makefile')
-rw-r--r--usr.bin/jot/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/jot/Makefile b/usr.bin/jot/Makefile
index 83db4c0..8b5e4a5 100644
--- a/usr.bin/jot/Makefile
+++ b/usr.bin/jot/Makefile
@@ -2,4 +2,6 @@
PROG= jot
+CFLAGS += -Wall -W
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud