diff options
| author | David Malone <dwmalone@FreeBSD.org> | 2001-12-03 21:12:03 +0000 |
|---|---|---|
| committer | David Malone <dwmalone@FreeBSD.org> | 2001-12-03 21:12:03 +0000 |
| commit | 9178fa121e1e05b34b74b8634eae4aa73aaa34d0 (patch) | |
| tree | 71cfab2de014772cad2cb768be49c34f5519b533 /usr.bin | |
| parent | ae1a490de6ac1308d787288d46eeeee7a8929435 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -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 c072a27cd8cd..74c86a07d90e 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> |
