diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-12-17 13:59:35 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-12-17 13:59:35 +0000 |
| commit | a7aaf57e4ad6cdbd4674aa3188439366d68f8ce1 (patch) | |
| tree | 7fd7e5683e347709f8bd623688bd94074689c72a /gnu/usr.bin/dialog | |
| parent | 9207b4cff7b8d483f4dd3c62266c2b58819eb7f9 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/dialog')
| -rw-r--r-- | gnu/usr.bin/dialog/TESTS/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/gnu/usr.bin/dialog/TESTS/Makefile b/gnu/usr.bin/dialog/TESTS/Makefile index 1097122e64f0..314a3ae07024 100644 --- a/gnu/usr.bin/dialog/TESTS/Makefile +++ b/gnu/usr.bin/dialog/TESTS/Makefile @@ -1,12 +1,8 @@ # $FreeBSD$ -FILES= README checklist ftreebox infobox inputbox menubox msgbox \ - prgbox radiolist textbox treebox yesno - -beforeinstall: -.for file in ${FILES} - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/${file} \ - ${DESTDIR}/usr/share/examples/dialog -.endfor +NOOBJ= noobj +FILES= README checklist ftreebox infobox inputbox menubox msgbox \ + prgbox radiolist textbox treebox yesno +FILESDIR= ${SHAREDIR}/examples/dialog .include <bsd.prog.mk> |
