From: Paul Mackerras Date: Wed, 30 Apr 1997 06:00:07 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: RELEASE_2_3_6~189 X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=7f999f5faf9fafd9637a6dc7446b3c1fda3c2e5e *** empty log message *** --- diff --git a/pppd/patchlevel.h b/pppd/patchlevel.h index 2f55236..b965b40 100644 --- a/pppd/patchlevel.h +++ b/pppd/patchlevel.h @@ -1,6 +1,6 @@ -/* $Id: patchlevel.h,v 1.26 1997/03/04 03:42:04 paulus Exp $ */ +/* $Id: patchlevel.h,v 1.27 1997/04/30 05:56:02 paulus Exp $ */ #define PATCHLEVEL 0 #define VERSION "2.3" -#define IMPLEMENTATION "" -#define DATE "4 Mar 97" +#define IMPLEMENTATION "b5" +#define DATE "30 Apr 97" diff --git a/pppstats/Makefile.netbsd-1.2 b/pppstats/Makefile.netbsd-1.2 new file mode 100644 index 0000000..586402a --- /dev/null +++ b/pppstats/Makefile.netbsd-1.2 @@ -0,0 +1,10 @@ +# $Id: Makefile.netbsd-1.2,v 1.1 1997/04/30 06:00:07 paulus Exp $ + +PROG= pppstats +SRCS= pppstats.c +CFLAGS+=-I.. -D_BITYPES +MAN8= pppstats.8 +MAN= pppstats.cat8 +BINDIR= /usr/sbin + +.include