head	1.1;
access;
symbols
	MP:1.1.0.2;
locks; strict;
comment	@# @;


1.1
date	98.04.30.23.51.48;	author brian;	state dead;
branches
	1.1.2.1;
next	;

1.1.2.1
date	98.04.30.23.51.48;	author brian;	state Exp;
branches;
next	1.1.2.2;

1.1.2.2
date	98.05.01.19.22.47;	author brian;	state dead;
branches;
next	;


desc
@@


1.1
log
@file Makefile was initially added on branch MP.
@
text
@@


1.1.2.1
log
@Create ``pppmpipe''.
This is a *very* small program that acts as a pipe between
stdin & stdout.
@
text
@a0 8
#	$Id$

PROG=	pppmpipe
SRCS=	pppmpipe.c
CFLAGS+=-Wall
MAN8=	pppmpipe.8

.include <bsd.prog.mk>
@


1.1.2.2
log
@Remove pppmpipe - it's not required now that MP ppp uses `at'.
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.1.2.1 1998/04/30 23:51:48 brian Exp $
@
