diff options
author | wiz <wiz> | 2000-02-05 18:33:29 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-02-05 18:33:29 +0000 |
commit | 7f3e12a7ed11e4151bee42a6431741e1b9a48188 (patch) | |
tree | 13093f2c953208a0fa7e595ea69e5fb8d58c609c /emulators | |
parent | 8d7d6c0b1f3ce5193a58ecfd00d8413b95c50de7 (diff) | |
download | pkgsrc-7f3e12a7ed11e4151bee42a6431741e1b9a48188.tar.gz |
remove unnecessary whitespace
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/compat12/Makefile | 4 | ||||
-rw-r--r-- | emulators/compat13/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/emulators/compat12/Makefile b/emulators/compat12/Makefile index a699bb4087f..e6d8621a256 100644 --- a/emulators/compat12/Makefile +++ b/emulators/compat12/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 1999/06/20 21:06:19 tron Exp $ +# $NetBSD: Makefile,v 1.15 2000/02/05 18:33:29 wiz Exp $ # DISTNAME= compat12-${MACHINE_ARCH} @@ -17,7 +17,7 @@ NO_BUILD= .include "../../mk/bsd.prefs.mk" # This installs in /usr to avoid dynamic linker annoyances -LOCALBASE= /usr +LOCALBASE= /usr NO_MTREE= do-install: diff --git a/emulators/compat13/Makefile b/emulators/compat13/Makefile index c444aabd9dc..9d556b55277 100644 --- a/emulators/compat13/Makefile +++ b/emulators/compat13/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1999/06/20 21:06:19 tron Exp $ +# $NetBSD: Makefile,v 1.5 2000/02/05 18:33:30 wiz Exp $ # DISTNAME= compat13-${MACHINE_ARCH} @@ -19,7 +19,7 @@ NO_BUILD= .include "../../mk/bsd.prefs.mk" # This installs in /usr to avoid dynamic linker annoyances -LOCALBASE= /usr +LOCALBASE= /usr NO_MTREE= do-install: |