From bdbc60fa30f8aaaf61f4958c84d0ff3ca85c6149 Mon Sep 17 00:00:00 2001 From: neilbrown Date: Tue, 20 Dec 2005 05:19:23 +0000 Subject: Remove all the Makefiles --- utils/gssd/Makefile | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 utils/gssd/Makefile (limited to 'utils/gssd') diff --git a/utils/gssd/Makefile b/utils/gssd/Makefile deleted file mode 100644 index e3f2360..0000000 --- a/utils/gssd/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# -# Makefile for rpc.gssd -# - -TOP = ../../ -PROGRAM = gssd -PREFIX = rpc. -OBJS = gssd.o gssd_main_loop.o gssd_proc.o err_util.o gss_util.o \ - gss_oids.o context.o context_heimdal.o krb5_util.o -LIBS = -Wl,-rpath=$(KRBDIR)/lib -lrpcsecgss -lgssapi -ldl $(KRBLIB) -MAN8 = gssd - -include $(TOP)rules.mk - -CFLAGS += -DKRB5_VERSION=$(KRB5_VERSION) -I$(TOP)support/rpc/include/ \ - -I$(KRBDIR)/include -- cgit