From 0177e9414c71d469da93ffeea88160931bd3c97c Mon Sep 17 00:00:00 2001 From: chris mikkelson Date: Tue, 30 Mar 2010 16:04:53 -0500 Subject: [PATCH] Add 'install' target. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 05d396e..b700739 100644 --- a/Makefile +++ b/Makefile @@ -35,5 +35,8 @@ module_api.o: module_api.c smtpsink.h smtpsink.o: smtpsink.c smtpsink.h conn_queue.h smtpsink-int.h +install: smtpsink + install -C smtpsink /usr/local/sbin + clean: rm -f $(SMTPSINK_OBJS) smtpsink tags -- 2.50.1