From 0eda097a0b56ce0627b16de547e642fa5e2e1dd2 Mon Sep 17 00:00:00 2001 From: Mike Smith Date: Thu, 5 Nov 1998 07:54:05 +0000 Subject: [PATCH] Typo , -> . Submitted by: Shaun Courtney --- Makefile.inc1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index ca0608ec4b7b..9eabfe9adfb5 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -1,5 +1,5 @@ # -# $Id: Makefile.inc1,v 1.37 1998/11/04 12:43:46 peter Exp $ +# $Id: Makefile.inc1,v 1.38 1998/11/05 04:38:28 peter Exp $ # # Make command line options: # -DCLOBBER will remove /usr/include @@ -752,7 +752,7 @@ _linux= lkm/linux .endif .if ${MACHINE_ARCH} == i386 _kldlinux= sys/modules/linux -,endif +.endif .if ${OBJFORMAT} == "aout" _netboot= sys/${MACHINE}/boot/netboot .endif