diff options
| author | Eivind Eklund <eivind@FreeBSD.org> | 1997-12-16 22:50:18 +0000 |
|---|---|---|
| committer | Eivind Eklund <eivind@FreeBSD.org> | 1997-12-16 22:50:18 +0000 |
| commit | b449fccbbc629a69335f9b48f2fb3ad49d017406 (patch) | |
| tree | ae5223a20abdcf7484461cb649c3111200e9084b /sys/modules | |
| parent | 16a4e2f32819241a716585e7037bb35382e90224 (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -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 43ff42cd7db8..03dcd05b18d1 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: |
