diff options
| author | Adrian Chadd <adrian@FreeBSD.org> | 2012-03-13 20:30:23 +0000 |
|---|---|---|
| committer | Adrian Chadd <adrian@FreeBSD.org> | 2012-03-13 20:30:23 +0000 |
| commit | de7eaa191e67791389a844eb6b4c9b870851a6d8 (patch) | |
| tree | 086e68e43658bc463994ad41a671db2cc8253979 | |
| parent | 3468c30c95b31aecc968ce4432e68caa2b9c845c (diff) | |
Notes
| -rw-r--r-- | tools/tools/wtap/vis_map/Makefile | 1 | ||||
| -rw-r--r-- | tools/tools/wtap/wtap/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tools/tools/wtap/vis_map/Makefile b/tools/tools/wtap/vis_map/Makefile index 87347d45a448..5668dee1b6f7 100644 --- a/tools/tools/wtap/vis_map/Makefile +++ b/tools/tools/wtap/vis_map/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ +BINDIR?= /usr/local/bin/ PROG= vis_map SRC= vis_map.c NO_MAN= 1 diff --git a/tools/tools/wtap/wtap/Makefile b/tools/tools/wtap/wtap/Makefile index 10aed101af5b..a196e2698cf0 100644 --- a/tools/tools/wtap/wtap/Makefile +++ b/tools/tools/wtap/wtap/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ +BINDIR?= /usr/local/bin PROG= wtap SRC= wtap.c NO_MAN= 1 |
