diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2001-08-16 15:12:49 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2001-08-16 15:12:49 +0000 |
commit | b7395186d1be6c3889737a87f8083fd14d6e3b54 (patch) | |
tree | c4dbb0fc9d8b0bb8cb7c77cfe811aa1f7d0c718c /share/mk/bsd.prog.mk | |
parent | ef940ac9ec958304d02d17cd075efd2b8383e645 (diff) |
- remove libatalk
- remove mention of architecture names in the NOPIC variable description
Diffstat (limited to 'share/mk/bsd.prog.mk')
-rw-r--r-- | share/mk/bsd.prog.mk | 3 |
1 files changed, 1 insertions, 2 deletions
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 |