diff options
author | eivind <eivind@FreeBSD.org> | 1997-12-16 22:50:18 +0000 |
---|---|---|
committer | eivind <eivind@FreeBSD.org> | 1997-12-16 22:50:18 +0000 |
commit | ee509b6933fbf213b39ad62c53d0bef2d8b4f54e (patch) | |
tree | 43d3d3fc5431518d59fb3821a25aaa76a574cfb7 /sys/modules/if_ppp | |
parent | 0d3c659bde82f361289cb24e5cedbf6a6688a119 (diff) | |
download | FreeBSD-src-ee509b6933fbf213b39ad62c53d0bef2d8b4f54e.zip FreeBSD-src-ee509b6933fbf213b39ad62c53d0bef2d8b4f54e.tar.gz |
Fix my typo.
Submitted by: helbig
Diffstat (limited to 'sys/modules/if_ppp')
-rw-r--r-- | sys/modules/if_ppp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/if_ppp/Makefile b/sys/modules/if_ppp/Makefile index 43ff42c..03dcd05 100644 --- a/sys/modules/if_ppp/Makefile +++ b/sys/modules/if_ppp/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.8 1997/10/18 01:37:52 peter Exp $ +# $Id: Makefile,v 1.9 1997/12/16 18:28:07 eivind Exp $ .PATH: ${.CURDIR}/../../sys/net KMOD= if_ppp_mod @@ -27,7 +27,7 @@ ppp.h: opt_ipx.h: touch opt_ipx.h .if ${PPP_IPX} > 0 - echo "#define IPX ${PPP_BSDCOMP}" > opt_ipx.h + echo "#define IPX ${PPP_IPX}" > opt_ipx.h .endif opt_ppp.h: |