diff options
author | dwmalone <dwmalone@FreeBSD.org> | 2001-12-03 21:12:03 +0000 |
---|---|---|
committer | dwmalone <dwmalone@FreeBSD.org> | 2001-12-03 21:12:03 +0000 |
commit | 3b51ef342795c9fde7869e8f9160b25e7286eb86 (patch) | |
tree | 71cfab2de014772cad2cb768be49c34f5519b533 | |
parent | ad2914a674438d6749c1435a3dcb9caec28031bd (diff) | |
download | FreeBSD-src-3b51ef342795c9fde7869e8f9160b25e7286eb86.zip FreeBSD-src-3b51ef342795c9fde7869e8f9160b25e7286eb86.tar.gz |
Nohup seems to be warns clean on alpha and i386. Add FreeBSD id to Makefile.
-rw-r--r-- | usr.bin/nohup/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/nohup/Makefile b/usr.bin/nohup/Makefile index c072a27..74c86a0 100644 --- a/usr.bin/nohup/Makefile +++ b/usr.bin/nohup/Makefile @@ -1,5 +1,7 @@ +# $FreeBSD$ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= nohup +WARNS?= 2 .include <bsd.prog.mk> |