diff options
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/Makefile b/math/Makefile index ecdb68a4bc1..290fee7a43c 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 1998/04/13 15:40:16 frueauf Exp $ +# $NetBSD: Makefile,v 1.2 1998/04/15 10:38:32 agc Exp $ # FreeBSD Id: Makefile,v 1.38 1998/04/13 00:51:58 jseger Exp # @@ -35,4 +35,4 @@ # SUBDIR += xplot # SUBDIR += xspread -.include <bsd.port.subdir.mk> +.include "../mk/bsd.pkg.subdir.mk" |