diff options
author | peter <peter@FreeBSD.org> | 1998-12-28 17:03:50 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1998-12-28 17:03:50 +0000 |
commit | 1f0eb44495348bfafbdc0cb467a307ce89f68e04 (patch) | |
tree | 442f7744bc3b91b34fa7844dae0a8497e4864739 /Makefile | |
parent | 835f36ebcfe9e667d0ee838e97ad804cb8ac44c5 (diff) | |
download | FreeBSD-src-1f0eb44495348bfafbdc0cb467a307ce89f68e04.zip FreeBSD-src-1f0eb44495348bfafbdc0cb467a307ce89f68e04.tar.gz |
Dip my toes into the fire and zap the leftover lkm hooks.. It seems they
try and recurse if the lkm dir exists for some reason but there isn't any
Makefile there. (eg: stray files prevented cvs update -P from removing the
empty dirs)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.220 1998/09/29 22:03:12 jkh Exp $ +# $Id: Makefile,v 1.221 1998/10/17 15:25:26 bde Exp $ # # The user-driven targets are: # @@ -52,8 +52,8 @@ # this overrides /etc/objformat. # # Unless -DNOAOUT is specified, a `make world' with OBJFORMAT=elf will -# update the legacy support for aout. This includes all libraries, ld.so, -# lkms and boot objects. This part of build should be regarded as +# update the legacy support for aout. This includes all libraries, ld.so +# and boot objects. This part of build should be regarded as # deprecated and you should _not_ expect to be able to do this past the # release of 3.1. You have exactly one major release to move entirely # to elf. |