diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2005-08-05 16:04:54 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2005-08-05 16:04:54 +0000 |
| commit | 3291b357d2679b8604972a4b264c8d5e8bf2f535 (patch) | |
| tree | 9a5d12982071a16311e5309ae1c4fc55352ba3a8 /gnu/usr.bin/dialog | |
| parent | 718e387c349e55e5c28aa8f53f0992d435268811 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/dialog')
| -rw-r--r-- | gnu/usr.bin/dialog/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/usr.bin/dialog/Makefile b/gnu/usr.bin/dialog/Makefile index c30dff7631f6..08c01584e2df 100644 --- a/gnu/usr.bin/dialog/Makefile +++ b/gnu/usr.bin/dialog/Makefile @@ -1,7 +1,9 @@ # Makefile for dialog # $FreeBSD$ +.if !defined (NO_EXAMPLES) SUBDIR= TESTS +.endif PROG= dialog |
