diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-23 08:38:25 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-23 08:38:25 +0000 |
commit | bbb99e313e14b361b6dd59e4096435efaa724a2c (patch) | |
tree | af559361755c739a099874b1d0ef908f10619d0c /net/ppp-nt | |
parent | 33bc51da2f6a836e6b5073b2ca4f83d2502810fc (diff) | |
download | ports-bbb99e313e14b361b6dd59e4096435efaa724a2c.tar.gz ports-bbb99e313e14b361b6dd59e4096435efaa724a2c.zip |
Notes
Diffstat (limited to 'net/ppp-nt')
-rw-r--r-- | net/ppp-nt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ppp-nt/Makefile b/net/ppp-nt/Makefile index 5c3f160c4d8e..4802b11059a7 100644 --- a/net/ppp-nt/Makefile +++ b/net/ppp-nt/Makefile @@ -3,7 +3,7 @@ # Date created: 10 August 1998 # Whom: SADA Kenji <sada@FreeBSD.ORG> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/11/22 17:12:38 sada Exp $ # DISTNAME= ppp-2.2.7 @@ -23,7 +23,7 @@ MAINTAINER= sada@FreeBSD.ORG MANCOMPRESSED= yes MAN8= ppp.8 WRKSRC= ${WRKDIR}/ppp -MAKE_ENV+= USE_SCHEDULE=YES +MAKE_ENV= USE_SCHEDULE=YES .SILENT: |