diff options
author | tv <tv> | 1998-08-17 18:20:06 +0000 |
---|---|---|
committer | tv <tv> | 1998-08-17 18:20:06 +0000 |
commit | c69cafbd3ab61fca60c4888a03e6954eb98c0974 (patch) | |
tree | 7a08bde7377ef4711821e4808bf25babc3b1fdd2 | |
parent | 7aa19ffc26d493269a732ddd76ebe0460ee4dddc (diff) | |
download | pkgsrc-c69cafbd3ab61fca60c4888a03e6954eb98c0974.tar.gz |
This time, save the editor buffer completely before committing.
-rw-r--r-- | emulators/linux_lib/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/emulators/linux_lib/Makefile b/emulators/linux_lib/Makefile index 1be0414561a..b1ff415c2bd 100644 --- a/emulators/linux_lib/Makefile +++ b/emulators/linux_lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 1998/08/17 18:14:07 tv Exp $ +# $NetBSD: Makefile,v 1.14 1998/08/17 18:20:06 tv Exp $ # FreeBSD Id: Makefile,v 1.19 1997/12/04 17:34:28 asami Exp # @@ -10,9 +10,8 @@ ONLY_FOR_ARCHS= i386 MAINTAINER= packages@netbsd.org # XXX this is not the right thing -.include "../../mk/bsd.pkg.mk" +.include "../../mk/bsd.prefs.mk" LOCALBASE= /emul/linux -NO_MTREE= # The distfile is distributed under the GPL, so no re-distribution of # binaries without source. |