From fb2c08c1e745041c3d7193f85f3bf32a46cc6952 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 20 Nov 2005 16:25:23 +0000 Subject: rename move rename old module back to mod_zerconf.c to move it out of the way for a new module git-svn-id: file:///home/lennart/svn/public/mod_dnssd/trunk@5 634eccf8-0006-0410-930e-e16565b0b7de --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a484ebc..50f1669 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ +# $Id$ + APXS=/usr/bin/apxs2 APACHECTL=apache2ctl LIBS=$(shell pkg-config --libs howl) @@ -18,12 +20,11 @@ reload: install restart start: $(APACHECTL) start - + restart: $(APACHECTL) restart - + stop: $(APACHECTL) stop - .PHONY: all install clean reload start restart stop -- cgit