From d529a2cbdbeea577a231c00f9fbf409ec6e68f7f Mon Sep 17 00:00:00 2001 From: mickey Date: Fri, 20 Dec 1996 07:43:46 +0000 Subject: [PATCH] correct defines/includes --- usr.sbin/pppd/pppstats/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/pppd/pppstats/Makefile b/usr.sbin/pppd/pppstats/Makefile index 67909877094..28189053af0 100644 --- a/usr.sbin/pppd/pppstats/Makefile +++ b/usr.sbin/pppd/pppstats/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 1996/03/25 15:56:03 niklas Exp $ +# $OpenBSD: Makefile,v 1.3 1996/12/20 07:43:46 mickey Exp $ PROG= pppstats SRCS= pppstats.c MAN= pppstats.8 -BINDIR= /usr/sbin +.include "../../Makefile.inc" .include -- 2.20.1