From a71a530c96758135360c74dec808c73a5fa1ef8d Mon Sep 17 00:00:00 2001 From: markm Date: Tue, 11 Dec 2001 23:27:23 +0000 Subject: WARNS=2 is going to become the default, so remove it from here. --- usr.bin/ul/Makefile | 2 +- usr.bin/uniq/Makefile | 1 - usr.bin/units/Makefile | 1 - usr.bin/unvis/Makefile | 1 - usr.bin/users/Makefile | 1 - 5 files changed, 1 insertion(+), 5 deletions(-) diff --git a/usr.bin/ul/Makefile b/usr.bin/ul/Makefile index 5a85744..9aaf775 100644 --- a/usr.bin/ul/Makefile +++ b/usr.bin/ul/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PROG= ul -WARNS?= 2 + DPADD= ${LIBTERMCAP} LDADD= -ltermcap diff --git a/usr.bin/uniq/Makefile b/usr.bin/uniq/Makefile index 2bc6ad4..2bcf18e 100644 --- a/usr.bin/uniq/Makefile +++ b/usr.bin/uniq/Makefile @@ -2,6 +2,5 @@ # $FreeBSD$ PROG= uniq -WARNS?= 2 .include diff --git a/usr.bin/units/Makefile b/usr.bin/units/Makefile index 3a72eba..946132c 100644 --- a/usr.bin/units/Makefile +++ b/usr.bin/units/Makefile @@ -1,7 +1,6 @@ # $FreeBSD$ PROG= units -WARNS?= 2 beforeinstall: ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \ diff --git a/usr.bin/unvis/Makefile b/usr.bin/unvis/Makefile index 755d9c4..27fea4b 100644 --- a/usr.bin/unvis/Makefile +++ b/usr.bin/unvis/Makefile @@ -2,6 +2,5 @@ # $FreeBSD$ PROG= unvis -WARNS?= 2 .include diff --git a/usr.bin/users/Makefile b/usr.bin/users/Makefile index 7e0c8d2..3d6524b 100644 --- a/usr.bin/users/Makefile +++ b/usr.bin/users/Makefile @@ -2,6 +2,5 @@ # $FreeBSD$ PROG= users -WARNS?= 2 .include -- cgit v1.1