From: mickey Date: Fri, 20 Dec 1996 07:43:46 +0000 (+0000) Subject: correct defines/includes X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=d529a2cbdbeea577a231c00f9fbf409ec6e68f7f;p=openbsd correct defines/includes --- 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