summaryrefslogtreecommitdiffstats
path: root/runtime/stpd/Makefile
diff options
context:
space:
mode:
authorhunt <hunt>2005-04-07 15:17:29 +0000
committerhunt <hunt>2005-04-07 15:17:29 +0000
commit3d4bc8bea6b45893bd4b49f44df26bd602b4cba5 (patch)
treebae3fb1bc5fcbd7906574b6902c649b203274a3f /runtime/stpd/Makefile
parent6e01db401be4a19e6d81d9955d055e2f4e1b6aea (diff)
downloadsystemtap-steved-3d4bc8bea6b45893bd4b49f44df26bd602b4cba5.tar.gz
systemtap-steved-3d4bc8bea6b45893bd4b49f44df26bd602b4cba5.tar.xz
systemtap-steved-3d4bc8bea6b45893bd4b49f44df26bd602b4cba5.zip
Update to use relayfs.
Diffstat (limited to 'runtime/stpd/Makefile')
-rw-r--r--runtime/stpd/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/runtime/stpd/Makefile b/runtime/stpd/Makefile
new file mode 100644
index 00000000..0c41c439
--- /dev/null
+++ b/runtime/stpd/Makefile
@@ -0,0 +1,7 @@
+all: stpd
+
+stpd: stpd.c librelay.c
+ $(CC) -Wall -O3 -o stpd stpd.c librelay.c -lpthread
+
+clean:
+ /bin/rm -f stpd stpd.o librelay.o *~