diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libshhmsg/files/Makefile.lib | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libshhmsg/files/Makefile.lib b/devel/libshhmsg/files/Makefile.lib index 17e3fe8ffec3..d7c657f47168 100644 --- a/devel/libshhmsg/files/Makefile.lib +++ b/devel/libshhmsg/files/Makefile.lib @@ -10,7 +10,7 @@ NOOBJ= yes INCS= shhmsg.h INCSDIR=${PREFIX}/include -INCDIR= ${PREFIX} # for 4.x bsd.lib.mk +INCDIR= ${INCSDIR} # for 4.x bsd.lib.mk CFLAGS+= -DHAVE_STRERROR |