From 9178fa121e1e05b34b74b8634eae4aa73aaa34d0 Mon Sep 17 00:00:00 2001 From: David Malone Date: Mon, 3 Dec 2001 21:12:03 +0000 Subject: [PATCH] Nohup seems to be warns clean on alpha and i386. Add FreeBSD id to Makefile. --- usr.bin/nohup/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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