diff options
author | tv <tv@pkgsrc.org> | 1998-08-17 18:20:06 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-08-17 18:20:06 +0000 |
commit | b22f66591615e968897477e5dbb08f12c1fc807e (patch) | |
tree | 7a08bde7377ef4711821e4808bf25babc3b1fdd2 /emulators | |
parent | 4a191dc825ad87708f20b8187884c41d01546d53 (diff) | |
download | pkgsrc-b22f66591615e968897477e5dbb08f12c1fc807e.tar.gz |
This time, save the editor buffer completely before committing.
Diffstat (limited to 'emulators')
-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. |