diff options
| author | Wolfram Schneider <wosch@FreeBSD.org> | 1996-03-24 00:21:04 +0000 |
|---|---|---|
| committer | Wolfram Schneider <wosch@FreeBSD.org> | 1996-03-24 00:21:04 +0000 |
| commit | 77ad77dd741de219be504a7a5f52f878eeb352bc (patch) | |
| tree | 0bceedd1a1c4992f758d152299dce3235936a98f | |
| parent | 9c6fe31f3dd01954b9427892ec6f3f0332ff7abe (diff) | |
Notes
| -rw-r--r-- | share/mk/bsd.lib.mk | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/share/mk/bsd.lib.mk b/share/mk/bsd.lib.mk index a5e9336283e2..67c88ac06902 100644 --- a/share/mk/bsd.lib.mk +++ b/share/mk/bsd.lib.mk @@ -1,5 +1,5 @@ # 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) @@ -20,21 +20,10 @@ CXXINCLUDES+= -I${DESTDIR}/usr/include/${CXX} CFLAGS+= ${DEBUG_FLAGS} .endif -LIBDIR?= /usr/lib -LINTLIBDIR?= /usr/libdata/lint -LIBGRP?= bin -LIBOWN?= bin -LIBMODE?= 444 -SHLIBDIR?= ${LIBDIR} - .if !defined(DEBUG_FLAGS) STRIP?= -s .endif -BINGRP?= bin -BINOWN?= bin -BINMODE?= 555 - .MAIN: all # prefer .s to a .c, add .po, remove stuff not used in the BSD libraries |
