Fix build on current

This commit is contained in:
Kris Kennaway 2002-06-16 10:33:21 +00:00
parent 5052a1425f
commit 40f7e6217e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61358
3 changed files with 16 additions and 2 deletions

View File

@ -0,0 +1,12 @@
--- Makefile.orig Sun Jun 16 03:28:47 2002
+++ Makefile Sun Jun 16 03:29:04 2002
@@ -22,7 +22,8 @@
SHLIB_MAJOR= 1
PREFIX?= /usr/local
-INCDIR= ${PREFIX}/include
+INCSDIR=${PREFIX}/include
+INCDIR= ${INCSDIR} # for 4.x bsd.lib.mk
LIBDIR= ${PREFIX}/lib
MANDIR= ${PREFIX}/man/man

View File

@ -1,6 +1,7 @@
PREFIX?=/usr/local
LIBDIR= ${PREFIX}/lib
INCDIR= ${PREFIX}/include
INCSDIR=${PREFIX}/include
INCDIR= ${INCSDIR} # for 4.x bsd.lib.mk
LIB= stocks
SHLIB_MAJOR=0

View File

@ -1,6 +1,7 @@
PREFIX?=/usr/local
LIBDIR= ${PREFIX}/lib
INCDIR= ${PREFIX}/include
INCSDIR=${PREFIX}/include
INCDIR= ${INCSDIR} # for 4.x bsd.lib.mk
LIB= stocks
SHLIB_MAJOR=0