diff options
author | wollman <wollman@FreeBSD.org> | 1994-08-19 20:43:42 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1994-08-19 20:43:42 +0000 |
commit | 306005523599697e53407734c1d3bbbf771795ce (patch) | |
tree | 101a68aecc997813a89cda419e9dc4e272c2b898 | |
parent | 2c2e53d5adafad2754fe6c60e25f8ccd0742ec11 (diff) | |
download | FreeBSD-src-306005523599697e53407734c1d3bbbf771795ce.zip FreeBSD-src-306005523599697e53407734c1d3bbbf771795ce.tar.gz |
Actually install LKM examples.
-rw-r--r-- | share/examples/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/examples/Makefile b/share/examples/Makefile index 8e0fbbb..d321b8a 100644 --- a/share/examples/Makefile +++ b/share/examples/Makefile @@ -1,10 +1,10 @@ -# $Id: Makefile,v 1.1 1994/08/09 18:25:36 wollman Exp $ +# $Id: Makefile,v 1.2 1994/08/10 06:40:29 wollman Exp $ # # Doing a make install builds /usr/share/examples # all clean cleandir depend lint tags: -DIRS=sunrpc etc FreeBSD_version +DIRS=etc FreeBSD_version lkm sunrpc # Define SHARED to indicate whether you want symbolic links to the system # source (``symlinks''), or a separate copy (``copies''); (latter useful |