Fix my typo.

Submitted by: helbig
This commit is contained in:
Eivind Eklund 1997-12-16 22:50:18 +00:00
parent 16a4e2f328
commit b449fccbbc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=31789
2 changed files with 4 additions and 4 deletions

View File

@ -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:

View File

@ -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: