summaryrefslogtreecommitdiff
path: root/share/mk
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2001-08-16 15:12:49 +0000
committerBrad Smith <brad@cvs.openbsd.org>2001-08-16 15:12:49 +0000
commitb7395186d1be6c3889737a87f8083fd14d6e3b54 (patch)
treec4dbb0fc9d8b0bb8cb7c77cfe811aa1f7d0c718c /share/mk
parentef940ac9ec958304d02d17cd075efd2b8383e645 (diff)
- remove libatalk
- remove mention of architecture names in the NOPIC variable description
Diffstat (limited to 'share/mk')
-rw-r--r--share/mk/bsd.README10
-rw-r--r--share/mk/bsd.prog.mk3
2 files changed, 5 insertions, 8 deletions
diff --git a/share/mk/bsd.README b/share/mk/bsd.README
index e0bead168a1..e0500642540 100644
--- a/share/mk/bsd.README
+++ b/share/mk/bsd.README
@@ -1,4 +1,4 @@
-# $OpenBSD: bsd.README,v 1.27 2001/07/18 13:25:17 espie Exp $
+# $OpenBSD: bsd.README,v 1.28 2001/08/16 15:12:48 brad Exp $
# $NetBSD: bsd.README,v 1.17 1996/04/13 02:08:08 thorpej Exp $
# @(#)bsd.README 5.1 (Berkeley) 5/11/90
@@ -233,11 +233,11 @@ SYS_INCLUDE Copy or symlink kernel include files into /usr/include.
Possible values are "symlinks" or "copies" (which is
the same as the variable being unset).
-NOPROFILE Do not build profiled versions of system libraries
+NOPROFILE Do not build profiled versions of system libraries.
NOPIC Do not build PIC versions of system libraries, and
- do not build shared libraries. [set if ${MACHINE_ARCH}
- is "mips", "vax", or "alpha", unset otherwise.]
+ do not build shared libraries.
+variable).
NOLINT Do not build lint libraries. [set, set unconditionally]
@@ -349,7 +349,6 @@ DPADD Additional dependencies for the program. Usually used for
The following libraries are predefined for DPADD:
- LIBATALK /usr/lib/libatalk.a
LIBC /lib/libc.a
LIBCOMPAT /usr/lib/libcompat.a
LIBCURSES /usr/lib/libcurses.a
@@ -497,4 +496,3 @@ POSTINSTALL Program to pass with '-p' flag to the modload.
The include file <bsd.lkm.mk> includes the file named "../Makefile.inc"
if it exists, as well as the include file <bsd.man.mk>.
-
diff --git a/share/mk/bsd.prog.mk b/share/mk/bsd.prog.mk
index 66128580e7c..d306a2ac517 100644
--- a/share/mk/bsd.prog.mk
+++ b/share/mk/bsd.prog.mk
@@ -1,4 +1,4 @@
-# $OpenBSD: bsd.prog.mk,v 1.28 2001/07/20 23:02:21 espie Exp $
+# $OpenBSD: bsd.prog.mk,v 1.29 2001/08/16 15:12:48 brad Exp $
# $NetBSD: bsd.prog.mk,v 1.55 1996/04/08 21:19:26 jtc Exp $
# @(#)bsd.prog.mk 5.26 (Berkeley) 6/25/91
@@ -22,7 +22,6 @@ CRTBEGIN?= ${DESTDIR}/usr/lib/crtbegin.o
CRTEND?= ${DESTDIR}/usr/lib/crtend.o
.endif
-LIBATALK?= ${DESTDIR}/usr/lib/libatalk.a
LIBCRT0?= ${DESTDIR}/usr/lib/crt0.o
LIBC?= ${DESTDIR}/usr/lib/libc.a
LIBCOMPAT?= ${DESTDIR}/usr/lib/libcompat.a