diff options
author | wosch <wosch@FreeBSD.org> | 1997-01-12 16:12:40 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1997-01-12 16:12:40 +0000 |
commit | 58e0fd75025a37d44ea82fb6811041fdf943b826 (patch) | |
tree | 808771fd8817c44333bc1f15222763434e1bce8e /share/mk/bsd.libnames.mk | |
parent | 032a90d7cf4e900ac739766fa730891f8e3adb1e (diff) | |
download | FreeBSD-src-58e0fd75025a37d44ea82fb6811041fdf943b826.zip FreeBSD-src-58e0fd75025a37d44ea82fb6811041fdf943b826.tar.gz |
Add a general comment about this include file.
Diffstat (limited to 'share/mk/bsd.libnames.mk')
-rw-r--r-- | share/mk/bsd.libnames.mk | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/share/mk/bsd.libnames.mk b/share/mk/bsd.libnames.mk index f35eac9..d5a9cb1 100644 --- a/share/mk/bsd.libnames.mk +++ b/share/mk/bsd.libnames.mk @@ -1,4 +1,9 @@ -# $Id: bsd.libnames.mk,v 1.2 1996/10/04 08:52:43 peter Exp $ +# $Id: bsd.libnames.mk,v 1.3 1996/10/04 08:55:05 peter Exp $ +# +# The include file <bsd.libnames.mk> define library names. +# Other include files (e.g. bsd.prog.mk, bsd.lib.mk) include this +# file where necessary. + LIBCRT0?= ${DESTDIR}/usr/lib/crt0.o LIBKZHEAD?= ${DESTDIR}/usr/lib/kzhead.o |