diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2004-02-23 04:01:58 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2004-02-23 04:01:58 +0000 |
commit | 0c25cdeab2ced60ba2cd60c63b71e1f87e7fa877 (patch) | |
tree | 824bc8f3bd2462b6f4960bed57768b96bc8881c7 /cad/geda-examples | |
parent | 6c4bc505ebd8bbc183f26dcf1a73d7b070ec7a3a (diff) | |
download | pkgsrc-0c25cdeab2ced60ba2cd60c63b71e1f87e7fa877.tar.gz |
use the geda/Makefile.common for some common variables
Diffstat (limited to 'cad/geda-examples')
-rw-r--r-- | cad/geda-examples/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/cad/geda-examples/Makefile b/cad/geda-examples/Makefile index 02744454018..83879161922 100644 --- a/cad/geda-examples/Makefile +++ b/cad/geda-examples/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/01/22 07:21:54 grant Exp $ +# $NetBSD: Makefile,v 1.4 2004/02/23 04:02:55 dmcmahill Exp $ # DISTNAME= geda-examples-${PKGVERSION} @@ -14,8 +14,7 @@ COMMENT= Examples for gEDA CONFLICTS+= gEDA<19991011 -DIST_SUBDIR= geda -PKGVERSION= 20030901 +.include "../../cad/geda/Makefile.common" GNU_CONFIGURE= YES USE_GNU_TOOLS+= make |