Skip to content

Commit

Permalink
add dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
laffer1 committed Dec 14, 2023
1 parent dfaab0e commit d3cedb7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion libexec/mport.check-for-older/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ MPORTDIR= ${SRCTOP}/contrib/mport
.PATH: ${MPORTDIR}/libexec/mport.check-for-older

CFLAGS+= -I${MPORTDIR}/libmport
CFLAGS+=-I${SRCTOP}/contrib/libucl/include
.PATH: ${SRCTOP}/contrib/libucl/include

WARNS?= 4

MK_MAN= no

LIBADD= mport pthread
LIBADD= mport ucl pthread

.include <bsd.prog.mk>
4 changes: 3 additions & 1 deletion libexec/mport.fetch/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ MPORTDIR= ${SRCTOP}/contrib/mport
.PATH: ${MPORTDIR}/libexec/mport.fetch

CFLAGS+= -I${MPORTDIR}/libmport
CFLAGS+=-I${SRCTOP}/contrib/libucl/include
.PATH: ${SRCTOP}/contrib/libucl/include

MK_MAN= no

LIBADD= mport pthread
LIBADD= mport ucl pthread

.include <bsd.prog.mk>

0 comments on commit d3cedb7

Please sign in to comment.