summaryrefslogtreecommitdiff
path: root/pppstats
diff options
context:
space:
mode:
authorDavid F. Skoll <dfs@roaringpenguin.com>2002-07-25 22:21:14 +0000
committerDavid F. Skoll <dfs@roaringpenguin.com>2002-07-25 22:21:14 +0000
commit885a3466046b125fe86d6e4a2f86333f8652d839 (patch)
treef3709569e97e9e4643fbd9ef84b7ef0dfed0239c /pppstats
parentda29a8c46351a93fcbab4026ced5fffd960f9e57 (diff)
downloadppp-885a3466046b125fe86d6e4a2f86333f8652d839.tar.gz
Make sure $(MANDIR)/man8 exists.
Diffstat (limited to 'pppstats')
-rw-r--r--pppstats/Makefile.linux3
1 files changed, 2 insertions, 1 deletions
diff --git a/pppstats/Makefile.linux b/pppstats/Makefile.linux
index bbef60c..4ad565a 100644
--- a/pppstats/Makefile.linux
+++ b/pppstats/Makefile.linux
@@ -1,6 +1,6 @@
#
# pppstats makefile
-# $Id: Makefile.linux,v 1.3 1998/03/25 02:21:20 paulus Exp $
+# $Id: Makefile.linux,v 1.4 2002/07/25 22:21:14 dfs Exp $
#
PPPSTATSRCS = pppstats.c
@@ -18,6 +18,7 @@ CFLAGS = $(COPTS) $(COMPILE_FLAGS)
all: pppstats
install: pppstats
+ -mkdir -p $(MANDIR)/man8
$(INSTALL) -s -c pppstats $(BINDIR)/pppstats
$(INSTALL) -c -m 444 pppstats.8 $(MANDIR)/man8/pppstats.8