diff options
author | msmith <msmith@FreeBSD.org> | 1998-11-05 07:54:05 +0000 |
---|---|---|
committer | msmith <msmith@FreeBSD.org> | 1998-11-05 07:54:05 +0000 |
commit | 6a9b63e38581729c20e76a9680f81a0b31961f50 (patch) | |
tree | 9cd13b8711c1c310d2b1cc8c228a57daec2c7a39 /Makefile.inc1 | |
parent | 8d2ee599b0077d4c7b82deb3086b9e17934b209c (diff) | |
download | FreeBSD-src-6a9b63e38581729c20e76a9680f81a0b31961f50.zip FreeBSD-src-6a9b63e38581729c20e76a9680f81a0b31961f50.tar.gz |
Typo , -> .
Submitted by: Shaun Courtney <shaun@emma.eng.uct.ac.za>
Diffstat (limited to 'Makefile.inc1')
-rw-r--r-- | Makefile.inc1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1 index ca0608e..9eabfe9 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 |