artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bed33d2
)
correct defines/includes
author
mickey
<mickey@openbsd.org>
Fri, 20 Dec 1996 07:43:46 +0000
(07:43 +0000)
committer
mickey
<mickey@openbsd.org>
Fri, 20 Dec 1996 07:43:46 +0000
(07:43 +0000)
usr.sbin/pppd/pppstats/Makefile
patch
|
blob
|
history
diff --git
a/usr.sbin/pppd/pppstats/Makefile
b/usr.sbin/pppd/pppstats/Makefile
index
6790987
..
2818905
100644
(file)
--- 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>