diff options
author | markm <markm@FreeBSD.org> | 2001-12-11 23:27:23 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2001-12-11 23:27:23 +0000 |
commit | a71a530c96758135360c74dec808c73a5fa1ef8d (patch) | |
tree | 86c6558243768d0d8a642e1462362da4a1a78c8e | |
parent | b986f33d020a121c4aa4f6939cc85864dff2912f (diff) | |
download | FreeBSD-src-a71a530c96758135360c74dec808c73a5fa1ef8d.zip FreeBSD-src-a71a530c96758135360c74dec808c73a5fa1ef8d.tar.gz |
WARNS=2 is going to become the default, so remove it from here.
-rw-r--r-- | usr.bin/ul/Makefile | 2 | ||||
-rw-r--r-- | usr.bin/uniq/Makefile | 1 | ||||
-rw-r--r-- | usr.bin/units/Makefile | 1 | ||||
-rw-r--r-- | usr.bin/unvis/Makefile | 1 | ||||
-rw-r--r-- | usr.bin/users/Makefile | 1 |
5 files changed, 1 insertions, 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 <bsd.prog.mk> 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 <bsd.prog.mk> 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 <bsd.prog.mk> |