diff options
author | markm <markm@FreeBSD.org> | 2002-02-08 23:07:37 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2002-02-08 23:07:37 +0000 |
commit | 31d81e4fbc4270168e5dc8e3df773fb37ae7b42a (patch) | |
tree | a62c079304610302873bcc77cfa62f2f2d364722 /usr.bin/talk/Makefile | |
parent | ae2558974f63663ca102c7a2807d83ad115d1fde (diff) | |
download | FreeBSD-src-31d81e4fbc4270168e5dc8e3df773fb37ae7b42a.zip FreeBSD-src-31d81e4fbc4270168e5dc8e3df773fb37ae7b42a.tar.gz |
Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3.
Diffstat (limited to 'usr.bin/talk/Makefile')
-rw-r--r-- | usr.bin/talk/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/talk/Makefile b/usr.bin/talk/Makefile index 76f868c..94795d7 100644 --- a/usr.bin/talk/Makefile +++ b/usr.bin/talk/Makefile @@ -4,7 +4,6 @@ PROG= talk SRCS= ctl.c ctl_transact.c display.c get_addrs.c get_iface.c get_names.c \ init_disp.c invite.c io.c look_up.c msgs.c talk.c -NO_WERROR=yes DPADD= ${LIBCURSES} LDADD= -lcurses |