diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-06-16 10:18:16 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-06-16 10:18:16 +0000 |
commit | 163c66e19bbb41d7978d6f147f74bc4bdae50130 (patch) | |
tree | e20710edcdf4561d1bc9f286bcfcdde6ea173a4e /devel/libxalloc | |
parent | 6b827cdd10bd23b28e32e1cedb3275e0fb0f78ef (diff) | |
download | ports-163c66e19bbb41d7978d6f147f74bc4bdae50130.tar.gz ports-163c66e19bbb41d7978d6f147f74bc4bdae50130.zip |
Notes
Diffstat (limited to 'devel/libxalloc')
-rw-r--r-- | devel/libxalloc/files/Makefile.lib | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libxalloc/files/Makefile.lib b/devel/libxalloc/files/Makefile.lib index 9c88a7e8a043..cc30ba4d5ffa 100644 --- a/devel/libxalloc/files/Makefile.lib +++ b/devel/libxalloc/files/Makefile.lib @@ -9,7 +9,8 @@ NOPROFILE= yes NOOBJ= yes INCS= xalloc.h -INCDIR= ${PREFIX}/include +INCSDIR=${PREFIX}/include +INCDIR= ${INCSDIR} # for 4.x bsd.lib.mk SRCS= xalloc.c xmalloc.c xcalloc.c xrealloc.c xstrdup.c |