Skip to content

Commit

Permalink
add bindir
Browse files Browse the repository at this point in the history
  • Loading branch information
laffer1 committed Jan 23, 2021
1 parent ef6b1ce commit ede2553
Show file tree
Hide file tree
Showing 15 changed files with 30 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libexec/mport.check-fake/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ LIBADD= mport dispatch BlocksRuntime pthread

LDFLAGS += -L../libmport -lmport -ldispatch -lBlocksRuntime -lpthread

BINDIR=/usr/libexec

.include <bsd.prog.mk>
2 changes: 2 additions & 0 deletions libexec/mport.check-for-older/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ LIBADD= mport dispatch BlocksRuntime pthread

LDFLAGS += -L../libmport -lmport -ldispatch -lBlocksRuntime -lpthread

BINDIR=/usr/libexec

.include <bsd.prog.mk>
2 changes: 2 additions & 0 deletions libexec/mport.create/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ LIBADD= mport dispatch BlocksRuntime pthread

LDFLAGS += -L../libmport -lmport -ldispatch -lBlocksRuntime -lpthread

BINDIR=/usr/libexec

.include <bsd.prog.mk>
2 changes: 2 additions & 0 deletions libexec/mport.delete/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ LIBADD= mport dispatch BlocksRuntime pthread

LDFLAGS += -L../libmport -lmport -ldispatch -lBlocksRuntime -lpthread

BINDIR=/usr/libexec

.include <bsd.prog.mk>
2 changes: 2 additions & 0 deletions libexec/mport.fetch/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ LIBADD= mport dispatch BlocksRuntime pthread

LDFLAGS += -L../libmport -lmport -ldispatch -lBlocksRuntime -lpthread

BINDIR=/usr/libexec

.include <bsd.prog.mk>
2 changes: 2 additions & 0 deletions libexec/mport.info/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ LIBADD= mport dispatch BlocksRuntime pthread

LDFLAGS += -L../libmport -lmport -ldispatch -lBlocksRuntime -lpthread

BINDIR=/usr/libexec

.include <bsd.prog.mk>
2 changes: 2 additions & 0 deletions libexec/mport.init/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ LIBADD+= mport dispatch BlocksRuntime pthread

LDFLAGS += -L../libmport -lmport -ldispatch -lBlocksRuntime -lpthread

BINDIR=/usr/libexec

.include <bsd.prog.mk>
2 changes: 2 additions & 0 deletions libexec/mport.install/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ LIBADD= mport dispatch BlocksRuntime pthread

LDFLAGS += -L../libmport -lmport -ldispatch -lBlocksRuntime -lpthread

BINDIR=/usr/libexec

.include <bsd.prog.mk>
2 changes: 2 additions & 0 deletions libexec/mport.list/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ LIBADD= mport dispatch BlocksRuntime pthread

LDFLAGS += -L../libmport -lmport -ldispatch -lBlocksRuntime -lpthread

BINDIR=/usr/libexec

.include <bsd.prog.mk>
2 changes: 2 additions & 0 deletions libexec/mport.merge/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ LIBADD= mport dispatch BlocksRuntime pthread

LDFLAGS += -L../libmport -lmport -ldispatch -lBlocksRuntime -lpthread

BINDIR=/usr/libexec

.include <bsd.prog.mk>
2 changes: 2 additions & 0 deletions libexec/mport.query/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ LIBADD= mport dispatch BlocksRuntime pthread sqlite3

LDFLAGS += -L../libmport -lmport -ldispatch -lBlocksRuntime -lpthread -lsqlite3

BINDIR=/usr/libexec

.include <bsd.prog.mk>
2 changes: 2 additions & 0 deletions libexec/mport.update/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ LIBADD= mport dispatch BlocksRuntime pthread

LDFLAGS += -L../libmport -lmport -ldispatch -lBlocksRuntime -lpthread

BINDIR=/usr/libexec

.include <bsd.prog.mk>
2 changes: 2 additions & 0 deletions libexec/mport.updepends/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ LIBADD= mport dispatch BlocksRuntime pthread

LDFLAGS += -L../libmport -lmport -ldispatch -lBlocksRuntime -lpthread

BINDIR=/usr/libexec

.include <bsd.prog.mk>
2 changes: 2 additions & 0 deletions libexec/mport.version_cmp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ LIBADD= mport dispatch BlocksRuntime pthread

LDFLAGS += -L../libmport -lmport -ldispatch -lBlocksRuntime -lpthread

BINDIR=/usr/libexec

.include <bsd.prog.mk>
2 changes: 2 additions & 0 deletions mport/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ CFLAGS= -I ../libmport/ -fblocks -g -L../libmport -lmport -ldispatch -lBlocksRun

LIBADD+= mport dispatch BlocksRuntime

BINDIR= /usr/sbin

.include <bsd.prog.mk>

0 comments on commit ede2553

Please sign in to comment.