diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-12-20 07:43:47 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-12-20 07:43:47 +0000 |
commit | 6e459476ce0c4f4d45c06bb0df2e2c05a3e087e0 (patch) | |
tree | c7d8cb3bb094dcda491ee7aec3267dee2c16a136 /usr.sbin/pppd | |
parent | 1237c70007e0979bc76ccd230503c93243b972f8 (diff) |
correct defines/includes
Diffstat (limited to 'usr.sbin/pppd')
-rw-r--r-- | usr.sbin/pppd/pppstats/Makefile | 4 |
1 files 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 <bsd.prog.mk> |