]> git.ozlabs.org Git - ppp.git/commitdiff
Add installcheck targets to keep the autobuilder happy
authorPaul Mackerras <paulus@samba.org>
Sun, 31 Oct 2004 22:26:25 +0000 (22:26 +0000)
committerPaul Mackerras <paulus@samba.org>
Sun, 31 Oct 2004 22:26:25 +0000 (22:26 +0000)
(see http://build.samba.org/)

linux/Makefile.top
solaris/Makefile.top

index fba9bcdad62ff2974b7315a2486cd04cc0dc381f..55405f1687ff662a932bde2fb6c03b57e7d22840 100644 (file)
@@ -60,3 +60,7 @@ dist-clean:   clean
 
 #kernel:
 #      cd linux; ./kinstall.sh
+
+# no tests yet, one day...
+installcheck:
+       true
index 0cf2a76a56029af1fb6406b33f65f77cce9e491a..264406b6faf705c5f9e17dda402e74d4dc9dcbcb 100644 (file)
@@ -1,7 +1,7 @@
 #
 # ppp top level makefile for SVR4 and Solaris 2
 #
-# $Id: Makefile.top,v 1.1 2000/04/18 23:51:28 masputra Exp $
+# $Id: Makefile.top,v 1.2 2004/10/31 22:26:25 paulus Exp $
 #
 
 include solaris/Makedefs
@@ -48,3 +48,6 @@ clean:
        cd pppdump; $(MAKE) clean
        cd solaris; $(MAKE) clean
 
+# no tests yet, one day...
+installcheck:
+       true