Skip to content

Commit

Permalink
Remove now unused LIBPRIVATEDIR
Browse files Browse the repository at this point in the history
Sponsored by:	Gandi.net
  • Loading branch information
bapt committed Aug 24, 2015
1 parent c1207ee commit 9f7d9cb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion Makefile.inc1
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,6 @@ LIB32WMAKEENV+= MAKEOBJDIRPREFIX=${LIB32_OBJTREE} \
PATH=${TMPPATH} \
LIBDIR=/usr/lib32 \
SHLIBDIR=/usr/lib32 \
LIBPRIVATEDIR=/usr/lib32/private \
DTRACE="${DTRACE} -32"
LIB32WMAKEFLAGS+= CC="${XCC} ${LIB32FLAGS}" \
CXX="${XCXX} ${LIB32FLAGS}" \
Expand Down
3 changes: 0 additions & 3 deletions share/mk/bsd.own.mk
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@
#
# LIBCOMPATDIR Base path for compat libraries. [/usr/lib/compat]
#
# LIBPRIVATEDIR Base path for private libraries. [/usr/lib/private]
#
# LIBDATADIR Base path for misc. utility data files. [/usr/libdata]
#
# LIBEXECDIR Base path for system daemons and utilities. [/usr/libexec]
Expand Down Expand Up @@ -171,7 +169,6 @@ DTBMODE?= 444

LIBDIR?= /usr/lib
LIBCOMPATDIR?= /usr/lib/compat
LIBPRIVATEDIR?= /usr/lib/private
LIBDATADIR?= /usr/libdata
LIBEXECDIR?= /usr/libexec
LINTLIBDIR?= /usr/libdata/lint
Expand Down

0 comments on commit 9f7d9cb

Please sign in to comment.