diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2000-09-16 04:27:30 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2000-09-16 04:27:30 +0000 |
| commit | 22ed5ae46b2dd3106c5cd5721c0829f4fdbf2f26 (patch) | |
| tree | 8cfc4d13e3e1067f2f8549d38cd7f2474be8cd0a /gnu/lib/libdialog | |
| parent | 92fb76cd75b92d029f0ff584b1c7fc8d0631e119 (diff) | |
Notes
Diffstat (limited to 'gnu/lib/libdialog')
| -rw-r--r-- | gnu/lib/libdialog/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/lib/libdialog/Makefile b/gnu/lib/libdialog/Makefile index bf90e223d1b9..74aac0d0216f 100644 --- a/gnu/lib/libdialog/Makefile +++ b/gnu/lib/libdialog/Makefile @@ -17,8 +17,8 @@ EXAMPLES= Makefile check1.c check2.c check3.c dselect.c fselect.c \ CFLAGS+= -I${.CURDIR} -Wall -Wstrict-prototypes -DLOCALE -LDADD+= -lncurses -lmytinfo -DPADD+= ${LIBNCURSES} ${LIBMYTINFO} +LDADD+= -lncurses +DPADD+= ${LIBNCURSES} beforeinstall: ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/dialog.h \ |
