summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/app/Makefile b/app/Makefile
index e1e409266..ceeeba8e7 100644
--- a/app/Makefile
+++ b/app/Makefile
@@ -1,6 +1,10 @@
-# $OpenBSD: Makefile,v 1.5 2006/12/17 19:52:56 matthieu Exp $
+# $OpenBSD: Makefile,v 1.6 2007/03/25 11:33:49 matthieu Exp $
-SUBDIR= bdftopcf mkfontscale mkfontdir \
+.if ${MACHINE} != landisk
+MKFONTSCALE= mkfontscale
+.endif
+
+SUBDIR= bdftopcf $(MKFONTSCALE) mkfontdir \
appres beforelight bitmap editres fonttosfnt fslsfonts \
fstobdf iceauth ico lbxproxy listres luit oclock \
proxymngr rgb rstart scripts sessreg setxkbmap showfont \