From 1b72a208c7f3fb5498a5814e67b435cee995c0cc Mon Sep 17 00:00:00 2001 From: Garrett Wollman Date: Fri, 19 Aug 1994 20:43:42 +0000 Subject: [PATCH] Actually install LKM examples. --- share/examples/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/examples/Makefile b/share/examples/Makefile index 8e0fbbb474d..d321b8aa19f 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