summaryrefslogtreecommitdiff
path: root/filesystems/u9fs/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'filesystems/u9fs/patches/patch-aa')
-rw-r--r--filesystems/u9fs/patches/patch-aa24
1 files changed, 24 insertions, 0 deletions
diff --git a/filesystems/u9fs/patches/patch-aa b/filesystems/u9fs/patches/patch-aa
new file mode 100644
index 00000000000..a7a0593d14c
--- /dev/null
+++ b/filesystems/u9fs/patches/patch-aa
@@ -0,0 +1,24 @@
+$NetBSD: patch-aa,v 1.1.1.1 2007/04/24 19:06:03 agc Exp $
+
+--- makefile 2007/04/23 21:54:35 1.1
++++ makefile 2007/04/23 21:55:35
+@@ -49,16 +49,16 @@
+ fcall.h\
+ plan9.h
+
+-u9fs: $(OFILES)
++u9fs all: $(OFILES)
+ $(LD) $(LDFLAGS) -o u9fs $(OFILES) $(LDTAIL)
+
+-%.o: %.c $(HFILES)
++.c.o:
+ $(CC) $(CFLAGS) -c $*.c
+
+ clean:
+ rm -f *.o u9fs
+
+ install: u9fs
+- cp u9fs ../../bin
++ ${BSD_INSTALL_PROGRAM} u9fs ${PREFIX}/libexec/
+
+ .PHONY: clean install