From 3b51ef342795c9fde7869e8f9160b25e7286eb86 Mon Sep 17 00:00:00 2001 From: dwmalone Date: Mon, 3 Dec 2001 21:12:03 +0000 Subject: 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(+) (limited to 'usr.bin/nohup') 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 -- cgit v1.1