mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-31 16:57:10 +00:00
delete LIBDIR?= LINTLIBDIR?= LIBGRP?= LIBOWN?= LIBMODE?= SHLIBDIR?=
BINGRP?= BINOWN?= BINMODE?=
This commit is contained in:
parent
9c6fe31f3d
commit
77ad77dd74
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=14779
@ -1,5 +1,5 @@
|
|||||||
# from: @(#)bsd.lib.mk 5.26 (Berkeley) 5/2/91
|
# from: @(#)bsd.lib.mk 5.26 (Berkeley) 5/2/91
|
||||||
# $Id: bsd.lib.mk,v 1.27 1995/10/09 05:09:37 bde Exp $
|
# $Id: bsd.lib.mk,v 1.29 1996/01/21 17:26:25 jdp Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
.if exists(${.CURDIR}/../Makefile.inc)
|
.if exists(${.CURDIR}/../Makefile.inc)
|
||||||
@ -20,21 +20,10 @@ CXXINCLUDES+= -I${DESTDIR}/usr/include/${CXX}
|
|||||||
CFLAGS+= ${DEBUG_FLAGS}
|
CFLAGS+= ${DEBUG_FLAGS}
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
LIBDIR?= /usr/lib
|
|
||||||
LINTLIBDIR?= /usr/libdata/lint
|
|
||||||
LIBGRP?= bin
|
|
||||||
LIBOWN?= bin
|
|
||||||
LIBMODE?= 444
|
|
||||||
SHLIBDIR?= ${LIBDIR}
|
|
||||||
|
|
||||||
.if !defined(DEBUG_FLAGS)
|
.if !defined(DEBUG_FLAGS)
|
||||||
STRIP?= -s
|
STRIP?= -s
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
BINGRP?= bin
|
|
||||||
BINOWN?= bin
|
|
||||||
BINMODE?= 555
|
|
||||||
|
|
||||||
.MAIN: all
|
.MAIN: all
|
||||||
|
|
||||||
# prefer .s to a .c, add .po, remove stuff not used in the BSD libraries
|
# prefer .s to a .c, add .po, remove stuff not used in the BSD libraries
|
||||||
|
Loading…
Reference in New Issue
Block a user