diff options
Diffstat (limited to 'editors/emacs/Makefile')
-rw-r--r-- | editors/emacs/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index 9339767641d..89d9b046c02 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 1998/04/17 09:37:24 agc Exp $ +# $NetBSD: Makefile,v 1.15 1998/06/22 12:27:08 agc Exp $ # FreeBSD Id: Makefile,v 1.30 1997/12/14 02:03:53 asami Exp # @@ -12,7 +12,6 @@ MAINTAINER= hubertf@netbsd.org GNU_CONFIGURE= yes #USE_GMAKE= yes CONFIGURE_ARGS+= ${MACHINE_ARCH}--netbsd --with-pop --with-x --with-x-toolkit=lucid -MAN1= emacs.1 emacs-etags.1 emacs-ctags.1 OPSYS!= uname -s MAKE_ENV+= INSTALL_STRIP=${STRIPFLAG} \ INSTALL_SCRIPT="${INSTALL_SCRIPT}" |