summaryrefslogtreecommitdiff
path: root/testsuite/printing/Makefile.psec
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-12-09 07:35:37 +1100
committerAndrew Bartlett <abartlet@samba.org>2011-12-12 12:57:08 +0100
commit62a66b00b61cf4f85a81cca78e1432007b47ea11 (patch)
treeeb7503ef4a5391732b92cdff412de1c35edc1d90 /testsuite/printing/Makefile.psec
parentc9d929af8ba018816df69734bed1c197d0c3b7f2 (diff)
downloadsamba-62a66b00b61cf4f85a81cca78e1432007b47ea11.tar.gz
samba-62a66b00b61cf4f85a81cca78e1432007b47ea11.tar.bz2
samba-62a66b00b61cf4f85a81cca78e1432007b47ea11.zip
testsuite: Remove unused and unlikely to be revived DejaGNU tests
Diffstat (limited to 'testsuite/printing/Makefile.psec')
-rw-r--r--testsuite/printing/Makefile.psec22
1 files changed, 0 insertions, 22 deletions
diff --git a/testsuite/printing/Makefile.psec b/testsuite/printing/Makefile.psec
deleted file mode 100644
index 1410c9e009..0000000000
--- a/testsuite/printing/Makefile.psec
+++ /dev/null
@@ -1,22 +0,0 @@
-#
-# Makefile for psec utility
-#
-
-#
-# NOTE: Samba must be configured with the --srcdir option before this Makefile
-# will work: ./configure --srcdir=`pwd`
-#
-# Compile with: make -f Makefile.psec psec
-#
-
-psec_default: psec
-
-include ../../source/Makefile
-
-PSEC_OBJ1 = $(LIB_OBJ) $(PARAM_OBJ) $(UBIQX_OBJ) $(RPC_PARSE_OBJ) \
- $(LIBSMB_OBJ) $(PASSDB_OBJ) $(RPC_CLIENT_OBJ)
-
-PSEC_OBJS = $(PSEC_OBJ1:%=$(srcdir)/%)
-
-psec: $(PSEC_OBJS) psec.o
- $(CC) -o $@ psec.o $(PSEC_OBJS) $(LIBS)