summaryrefslogtreecommitdiffstats
path: root/share/mk
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-02-06 21:58:32 +0000
committerru <ru@FreeBSD.org>2004-02-06 21:58:32 +0000
commit21fda7ee48f465c5fc64f99bf64397595d205484 (patch)
tree77a2225b4e0eca9d79fcb1ab7afde8fa690843f6 /share/mk
parent55923d02028e15a90b63351ec63715c3a5350090 (diff)
downloadFreeBSD-src-21fda7ee48f465c5fc64f99bf64397595d205484.zip
FreeBSD-src-21fda7ee48f465c5fc64f99bf64397595d205484.tar.gz
First round of cleanups to sys/boot/ makefiles:
- do not use PROG for what's not a real C program, - use sys.mk transformation rules where possible, - only create the "machine" symlink on AMD64, - removed MAINTAINER lines in individual makefiles, - added the LIBSTAND defitinion to <bsd.libnames.mk>, - somewhat better contents in .depend files. Tested on: i386, amd64 Prodded by: bde
Diffstat (limited to 'share/mk')
-rw-r--r--share/mk/bsd.libnames.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/mk/bsd.libnames.mk b/share/mk/bsd.libnames.mk
index 0181402..f52e377 100644
--- a/share/mk/bsd.libnames.mk
+++ b/share/mk/bsd.libnames.mk
@@ -103,6 +103,7 @@ LIBSDP?= ${DESTDIR}${LIBDIR}/libsdp.a
LIBSMB?= ${DESTDIR}${LIBDIR}/libsmb.a
LIBSSH?= ${DESTDIR}${LIBDIR}/libssh.a
LIBSSL?= ${DESTDIR}${LIBDIR}/libssl.a
+LIBSTAND?= ${DESTDIR}${LIBDIR}/libstand.a
LIBSTDCPLUSPLUS?= ${DESTDIR}${LIBDIR}/libstdc++.a
LIBTACPLUS?= ${DESTDIR}${LIBDIR}/libtacplus.a
LIBTERMCAP?= ${DESTDIR}${LIBDIR}/libtermcap.a
OpenPOWER on IntegriCloud