diff options
author | Andreas Schulz <ats@FreeBSD.org> | 1995-02-13 18:08:49 +0000 |
---|---|---|
committer | Andreas Schulz <ats@FreeBSD.org> | 1995-02-13 18:08:49 +0000 |
commit | 25063b45c5cb8e5b3c12f442d27a7d307d6ec4d1 (patch) | |
tree | b1cdc0261263271b251eeaf4551e544f83e46a23 /editors | |
parent | Install documentation too (diff) |
Add an empty STRIP= line to the toplevel Makefile to get all shell-scripts
installed.
Notes
Notes:
svn path=/head/; revision=969
Diffstat (limited to 'editors')
-rw-r--r-- | editors/mule-common/Makefile | 3 | ||||
-rw-r--r-- | editors/mule/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/editors/mule-common/Makefile b/editors/mule-common/Makefile index c601218b89eb..359f1922c3dc 100644 --- a/editors/mule-common/Makefile +++ b/editors/mule-common/Makefile @@ -3,7 +3,7 @@ # Date created: 22 November 1994 # Whom: Satoshi Asami (asami) # -# $Id: Makefile,v 1.5 1994/12/23 06:56:00 asami Exp $ +# $Id: Makefile,v 1.6 1995/01/03 14:16:51 asami Exp $ # DISTNAME= mule-2.2 @@ -11,6 +11,7 @@ DISTFILES= emacs-19.28.tar.gz MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ USE_GMAKE= yes HAS_CONFIGURE= yes +STRIP= CONFIGURE_ARGS= i386--freebsd --prefix=${PREFIX} --with-x-toolkit \ --wnn --wnn-libraries=/usr/X11R6/lib \ --wnn-includes=/usr/X11R6/include/wnn --terminal-face diff --git a/editors/mule/Makefile b/editors/mule/Makefile index c601218b89eb..359f1922c3dc 100644 --- a/editors/mule/Makefile +++ b/editors/mule/Makefile @@ -3,7 +3,7 @@ # Date created: 22 November 1994 # Whom: Satoshi Asami (asami) # -# $Id: Makefile,v 1.5 1994/12/23 06:56:00 asami Exp $ +# $Id: Makefile,v 1.6 1995/01/03 14:16:51 asami Exp $ # DISTNAME= mule-2.2 @@ -11,6 +11,7 @@ DISTFILES= emacs-19.28.tar.gz MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ USE_GMAKE= yes HAS_CONFIGURE= yes +STRIP= CONFIGURE_ARGS= i386--freebsd --prefix=${PREFIX} --with-x-toolkit \ --wnn --wnn-libraries=/usr/X11R6/lib \ --wnn-includes=/usr/X11R6/include/wnn --terminal-face |