diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-09-18 23:23:51 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-09-18 23:23:51 +0000 |
commit | 91b4a91ab6fc3999940cb75dc638d8d2e66227fc (patch) | |
tree | edfa251f8a3583792e9a1e7e700bd69125577e6d | |
parent | 3d83897449336517ba2d1418c7faab18c41cc11a (diff) |
c++ code be linted (or, heck, read)
-rw-r--r-- | lib/libcurses++/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libcurses++/Makefile b/lib/libcurses++/Makefile index 1fdcd76fdec..67ebcb84e7d 100644 --- a/lib/libcurses++/Makefile +++ b/lib/libcurses++/Makefile @@ -1,8 +1,10 @@ -# $OpenBSD: Makefile,v 1.5 1999/08/15 11:35:57 millert Exp $ +# $OpenBSD: Makefile,v 1.6 2004/09/18 23:23:50 deraadt Exp $ # Uncomment this to enable tracing in libcurses #CURSESTRACE=-DTRACE +NOLINT= + LIB= curses++ SRCS= cursesapp.cc cursesf.cc cursesm.cc cursesmain.cc cursesp.cc \ cursesw.cc cursespad.cc cursslk.cc |