X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=linux%2FMakefile.top;h=55405f1687ff662a932bde2fb6c03b57e7d22840;hb=98b641cbee0c4489e83320962ddf652eb9070f03;hp=62f5ba2ef29843cca05fc0074a3105a023862e3c;hpb=93707a531320fbf398fdb5ffa69a86af092c798c;p=ppp.git diff --git a/linux/Makefile.top b/linux/Makefile.top index 62f5ba2..55405f1 100644 --- a/linux/Makefile.top +++ b/linux/Makefile.top @@ -3,7 +3,7 @@ DESTDIR = @DESTDIR@ BINDIR = $(DESTDIR)/sbin INCDIR = $(DESTDIR)/include -MANDIR = $(DESTDIR)/man +MANDIR = $(DESTDIR)/share/man ETCDIR = @SYSCONF@/ppp # uid 0 = root @@ -60,3 +60,7 @@ dist-clean: clean #kernel: # cd linux; ./kinstall.sh + +# no tests yet, one day... +installcheck: + true