Skip to content

Commit

Permalink
fix build issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
laffer1 committed Jan 22, 2024
1 parent 65a04f6 commit 64edfb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libexec/mport.list/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PROG= mport.list
MPORTDIR= ${SRCTOP}/contrib/mport
.PATH: ${MPORTDIR}/libexec/${PROG}

CFLAGS+= -I${MPORTDIR}/libmport
CFLAGS+= -I${MPORTDIR}/libmport -I/usr/include/private/ucl

MK_MAN= no

Expand Down

0 comments on commit 64edfb2

Please sign in to comment.