summaryrefslogtreecommitdiff
path: root/cad/mars
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-11-25 01:26:24 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-11-25 01:26:24 +0000
commit433de23394e993996c393efb9f55db8cd8a595bc (patch)
tree597ce8deb688a387206f1ea56987fd4c63025710 /cad/mars
parentTurn on mars and lprps (diff)
Support Motif compilation.
Notes
Notes: svn path=/head/; revision=4655
Diffstat (limited to 'cad/mars')
-rw-r--r--cad/mars/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/cad/mars/Makefile b/cad/mars/Makefile
index 84ffcfa8041f..03130a16cf19 100644
--- a/cad/mars/Makefile
+++ b/cad/mars/Makefile
@@ -4,7 +4,7 @@
# Date created: Mon Nov 18, 1996
# Whom: David O'Brien (obrien@cs.ucdavis.edu)
#
-# $Id: Makefile,v 1.1.1.1 1996/08/09 04:17:16 asami Exp $
+# $Id: Makefile,v 1.1.1.1 1996/11/25 01:07:50 obrien Exp $
#
DISTNAME= MaRS-2.1
@@ -15,7 +15,9 @@ MASTER_SITES= ${DISTSITE}
MAINTAINER= obrien@cs.ucdavis.edu
NO_WRKSUBDIR= yes
-.if defined(WITH_X) && (${WITH_X} == NO || ${WITH_X} == no)
+.if defined(HAVE_MOTIF) && defined(FORCE_MOTIF)
+MAKEFILE= Makefile.XMotif
+.elif defined(WITH_X) && (${WITH_X} == NO || ${WITH_X} == no)
MAKEFILE= Makefile.NoX
.else
MAKEFILE= Makefile.SimpleX