Add a BINDIR so "make install" works.

This commit is contained in:
Adrian Chadd 2012-03-13 20:30:23 +00:00
parent 3468c30c95
commit de7eaa191e
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
# $FreeBSD$
BINDIR?= /usr/local/bin/
PROG= vis_map
SRC= vis_map.c
NO_MAN= 1

View File

@ -1,5 +1,6 @@
# $FreeBSD$
BINDIR?= /usr/local/bin
PROG= wtap
SRC= wtap.c
NO_MAN= 1