]> andersk Git - moira.git/blobdiff - clients/addusr/Makefile.in
DESTDIR support.
[moira.git] / clients / addusr / Makefile.in
index a01ffd3ecbc9e448aedd0525f44fa5a4cfc75c83..cf4d9ed769e0924e658a279b39d60adc9bd95ad9 100644 (file)
@@ -34,10 +34,13 @@ all: depend $(TARGET)
 clean:
        rm -f $(OBJS) $(TARGET)
 
+cleandir distclean: clean
+       rm -f Makefile
+
 depend:
 
 install: all
-       $(INSTALL_PROGRAM) -m 755 addusr $(bindir)
+       $(INSTALL_PROGRAM) -m 755 addusr $(DESTDIR)$(bindir)
 
 $(TARGET): $(OBJS) ../lib/libmrclient.a $(MR_LIBDEP)
        $(CC) -o $@ $(LDFLAGS) $(OBJS) $(LIBS)
This page took 0.163546 seconds and 4 git commands to generate.