summaryrefslogtreecommitdiffstats
path: root/utils/gssd
diff options
context:
space:
mode:
Diffstat (limited to 'utils/gssd')
-rw-r--r--utils/gssd/Makefile16
1 files changed, 0 insertions, 16 deletions
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