diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-12-21 12:05:11 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-12-21 12:05:11 +0000 |
| commit | 582ef25f944d28a5862c098dd2ea44497814efa1 (patch) | |
| tree | d1178e8c41b6f75612603094f5771ee127338dd0 /gnu/lib/libdialog/Makefile | |
| parent | dd991de030cfb3eb639827249f93d94f365cdde6 (diff) | |
Notes
Diffstat (limited to 'gnu/lib/libdialog/Makefile')
| -rw-r--r-- | gnu/lib/libdialog/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/libdialog/Makefile b/gnu/lib/libdialog/Makefile index 20566f7aaff4..9f64ca0c6e03 100644 --- a/gnu/lib/libdialog/Makefile +++ b/gnu/lib/libdialog/Makefile @@ -20,7 +20,7 @@ CFLAGS+= -I${.CURDIR} -Wall -Wstrict-prototypes -DLOCALE LDADD= -lncurses DPADD= ${LIBNCURSES} -.if !defined(NOHTML) +.if !defined(NO_HTML) FILES= ${EXAMPLES:C;^;${.CURDIR}/TESTS/;} FILESDIR= ${SHAREDIR}/examples/libdialog .endif |
