blob: 453629e076dea8b8c58f5f98e484836f2e65072f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.9 2005/06/24 20:50:31 wiz Exp $
--- Makefile.in.orig 2004-11-07 23:37:20.000000000 +0100
+++ Makefile.in
@@ -18,6 +18,8 @@ includedir = @includedir@
INSTALL = @INSTALL@
LN_S = @LN_S@
+RM = rm -f
+PLAY_SUPPORT = @PLAY_SUPPORT@
all:
cd src && $(MAKE) $@
|