summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libdialog
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>2000-01-11 03:27:33 +0000
committerjkh <jkh@FreeBSD.org>2000-01-11 03:27:33 +0000
commit6a14f98d40060fda6a7321e6739bfcd963fe44af (patch)
treea8420e04115ce2b2c30aa2af8a356890ee0d925b /gnu/lib/libdialog
parentd57516bd4a20274ef5b3055f2e0076b0bf45d19c (diff)
downloadFreeBSD-src-6a14f98d40060fda6a7321e6739bfcd963fe44af.zip
FreeBSD-src-6a14f98d40060fda6a7321e6739bfcd963fe44af.tar.gz
This change was mis-identified as the problem, sorry. It appears to be
an anomaly restricted only to the alpha in FreeBSD-current (weird).
Diffstat (limited to 'gnu/lib/libdialog')
-rw-r--r--gnu/lib/libdialog/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/lib/libdialog/Makefile b/gnu/lib/libdialog/Makefile
index 6c86ee4..3b6342f 100644
--- a/gnu/lib/libdialog/Makefile
+++ b/gnu/lib/libdialog/Makefile
@@ -23,6 +23,10 @@ DPADD+= ${LIBNCURSES} ${LIBMYTINFO}
beforeinstall:
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/dialog.h \
${DESTDIR}/usr/include
+.for file in ${EXAMPLES}
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
+ ${.CURDIR}/TESTS/${file} ${DESTDIR}/usr/share/examples/libdialog
+.endfor
MLINKS+=dialog.3 draw_shadow.3 dialog.3 draw_box.3 \
dialog.3 line_edit.3 dialog.3 strheight.3 \
OpenPOWER on IntegriCloud