diff options
author | rillig <rillig@pkgsrc.org> | 2005-08-07 00:17:20 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-08-07 00:17:20 +0000 |
commit | b479c9d76678a2a3293eceef70f1a8d2ccfc2bff (patch) | |
tree | 90ca04d17c0d3c123bf0ae6d8633ed3cfb7c5d9a | |
parent | bcd39186bb8f8ff9a4be6f4c980346a2eef71864 (diff) | |
download | pkgsrc-b479c9d76678a2a3293eceef70f1a8d2ccfc2bff.tar.gz |
Using tabs for indentation of SUBDIR instead of spaces.
-rw-r--r-- | emulators/Makefile | 4 | ||||
-rw-r--r-- | fonts/Makefile | 16 |
2 files changed, 10 insertions, 10 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 84d7adf3dbb..6cc84fa3ea0 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.133 2005/07/26 04:13:15 tv Exp $ +# $NetBSD: Makefile,v 1.134 2005/08/07 00:17:20 rillig Exp $ # COMMENT= Emulators for other operating systems @@ -47,7 +47,7 @@ SUBDIR+= gpsim SUBDIR+= gpsim-devel SUBDIR+= gpsim-oscilloscope SUBDIR+= gpsim-ptyusart -SUBDIR+= gxemul +SUBDIR+= gxemul SUBDIR+= hatari SUBDIR+= hercules SUBDIR+= hercules-images diff --git a/fonts/Makefile b/fonts/Makefile index 22c684096d3..8e75c41d085 100644 --- a/fonts/Makefile +++ b/fonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.82 2005/07/20 01:02:34 reed Exp $ +# $NetBSD: Makefile,v 1.83 2005/08/07 00:17:20 rillig Exp $ # COMMENT= Fonts @@ -105,13 +105,13 @@ SUBDIR+= vera-ttf SUBDIR+= vfontcap-kochi SUBDIR+= watanabe_vfont SUBDIR+= xmbdfed -SUBDIR+= xorg-fonts100dpi -SUBDIR+= xorg-fonts75dpi -SUBDIR+= xorg-fontsCyrillic -SUBDIR+= xorg-fontsEncodings -SUBDIR+= xorg-fontsMisc -SUBDIR+= xorg-fontsTruetype +SUBDIR+= xorg-fonts100dpi +SUBDIR+= xorg-fonts75dpi +SUBDIR+= xorg-fontsCyrillic +SUBDIR+= xorg-fontsEncodings +SUBDIR+= xorg-fontsMisc +SUBDIR+= xorg-fontsTruetype SUBDIR+= xorg-fontsType1 -SUBDIR+= xorg-fontserver +SUBDIR+= xorg-fontserver .include "../mk/bsd.pkg.subdir.mk" |