diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-07-23 12:38:00 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-07-23 12:38:00 +0000 |
| commit | 3036a6b85c8b5313dbfde0e50fbe7601c32ca306 (patch) | |
| tree | 4b24345ab3e8e99994a9509c54b0f7cc31190c82 | |
| parent | d3e5863fa9a725ea8fbcc6c93fa29458996da43b (diff) | |
Notes
| -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 88b86cfdda82..2718d1649e4e 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} |
