diff options
Diffstat (limited to 'ipa-server/ipa-kpasswd/Makefile')
-rw-r--r-- | ipa-server/ipa-kpasswd/Makefile | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/ipa-server/ipa-kpasswd/Makefile b/ipa-server/ipa-kpasswd/Makefile deleted file mode 100644 index 918f74d04..000000000 --- a/ipa-server/ipa-kpasswd/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -include ../Makefile.common - -LDFLAGS +=-lkrb5 -llber -lldap - -OBJS = $(patsubst %.c,%.o,$(wildcard *.c)) - -all: $(OBJS) - $(CC) $(LDFLAGS) $(OBJS) -o ipa_kpasswd - -%.o: %.c - $(CC) $(CFLAGS) -c -o $@ $< - -install: - echo $(SBINDIR) - -mkdir -p $(SBINDIR) - install -m 755 ipa_kpasswd $(SBINDIR) - -mkdir -p $(INITDIR) - install -m 755 ipa-kpasswd.init $(INITDIR)/ipa-kpasswd - -clean: - rm -f *.o - rm -f ipa_kpasswd - rm -f *~ |