From e408e50776be2ef5ea5b219c2e342b40986b9538 Mon Sep 17 00:00:00 2001 From: mikeh Date: Mon, 10 Dec 2001 21:13:36 +0000 Subject: Reorder WARNS line for style. Pointed out by: bde --- usr.sbin/cdcontrol/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.sbin/cdcontrol') diff --git a/usr.sbin/cdcontrol/Makefile b/usr.sbin/cdcontrol/Makefile index ce79034..0f4d993 100644 --- a/usr.sbin/cdcontrol/Makefile +++ b/usr.sbin/cdcontrol/Makefile @@ -1,10 +1,9 @@ # $FreeBSD$ PROG= cdcontrol +WARNS?= 2 DPADD= ${LIBEDIT} ${LIBTERMCAP} LDADD= -ledit -ltermcap -WARNS?= 2 - .include -- cgit v1.1