diff options
author | ache <ache@FreeBSD.org> | 2001-07-23 10:46:01 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2001-07-23 10:46:01 +0000 |
commit | 744f90a4091e1165f9f092429b33bf59f6fa2aa7 (patch) | |
tree | 532a5482c056402707a1c453f78da7fcf629408f /usr.sbin/watch | |
parent | b521870897a52af5a913f9a1718a3feeb5a5bf8b (diff) | |
download | FreeBSD-src-744f90a4091e1165f9f092429b33bf59f6fa2aa7.zip FreeBSD-src-744f90a4091e1165f9f092429b33bf59f6fa2aa7.tar.gz |
Unbreak world - comment out WARNS=2 - deadly warning on tgetstr
Diffstat (limited to 'usr.sbin/watch')
-rw-r--r-- | usr.sbin/watch/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/watch/Makefile b/usr.sbin/watch/Makefile index 2718d16..88b86cf 100644 --- a/usr.sbin/watch/Makefile +++ b/usr.sbin/watch/Makefile @@ -3,7 +3,7 @@ PROG= watch MAN= watch.8 -WARNS?= 2 +#WARNS?= 2 LDADD= -ltermcap DPADD= ${LIBTERMCAP} |