summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin.dahyabhai@pobox.com>2008-03-12 18:33:54 -0400
committerNalin Dahyabhai <nalin.dahyabhai@pobox.com>2008-03-12 18:33:54 -0400
commitf6c1481d5db27b637f0b95131e3acefd08d2495e (patch)
treee9f163780eab6672f41af224a8cdd6b4e9e2aeac /src
parent59f3870f6812347735cb8bbb53a72c501d289c7e (diff)
downloadslapi-nis-f6c1481d5db27b637f0b95131e3acefd08d2495e.tar.gz
slapi-nis-f6c1481d5db27b637f0b95131e3acefd08d2495e.tar.xz
slapi-nis-f6c1481d5db27b637f0b95131e3acefd08d2495e.zip
add a clean tag already
Diffstat (limited to 'src')
-rw-r--r--src/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 826e957..73f2a54 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -7,3 +7,6 @@ plugin.so: plugin.c portmap.c schema.c stream.c nis.c
$(CC) $(CFLAGS) -shared -o $@ $^ $(LDFLAGS)
portmap: portmap.c
$(CC) $(CFLAGS) -o $@ -DPORTMAP_MAIN $^ $(LDFLAGS)
+
+clean:
+ $(RM) portmap plugin.so