]> git.ozlabs.org Git - ppp.git/blobdiff - pppstats/Makefile.linux
Make sure $(MANDIR)/man8 exists.
[ppp.git] / pppstats / Makefile.linux
index bbef60cb085d6643036311209e43e8895c7ecf11..4ad565a39e4e15286bda6022db74c621f0b98d57 100644 (file)
@@ -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