summaryrefslogtreecommitdiffstats
path: root/include/base
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2005-03-07 14:49:18 +0000
committerRob Crittenden <rcritten@redhat.com>2005-03-07 14:49:18 +0000
commitab37199479f849ecae189e1a2314da49cc906187 (patch)
tree35e02b41332f187d083319cf486262c4df4d75e3 /include/base
parentea64bb776b54e43e117d516e7e0e818d48287370 (diff)
downloadds-ab37199479f849ecae189e1a2314da49cc906187.tar.gz
ds-ab37199479f849ecae189e1a2314da49cc906187.tar.xz
ds-ab37199479f849ecae189e1a2314da49cc906187.zip
149510
Remove files that aren't needed.
Diffstat (limited to 'include/base')
-rw-r--r--include/base/Makefile40
1 files changed, 0 insertions, 40 deletions
diff --git a/include/base/Makefile b/include/base/Makefile
deleted file mode 100644
index 67cbec88..00000000
--- a/include/base/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-#
-# BEGIN COPYRIGHT BLOCK
-# Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
-# Copyright (C) 2005 Red Hat, Inc.
-# All rights reserved.
-# END COPYRIGHT BLOCK
-#
-# Makefile for netsite.h
-
-BUILD_ROOT = ../..
-MODULE=netsiteIncludeBase
-
-include $(BUILD_ROOT)/nsdefs.mk
-
-HDRDEST=$(OBJDIR)/include/base
-
-PREFIX=../copyrght.h
-
-
-NOSTDSTRIP=true
-NOSTDDEPEND=true
-
-#HDRS=$(wildcard *.h)
-HDRS=daemon.h cinfo.h crit.h ereport.h buffer.h net.h pblock.h sem.h session.h shexp.h shmem.h systhr.h util.h file.h pool.h regexp.h systems.h
-
-
-BINS=$(addprefix $(HDRDEST)/,$(HDRS))
-
-all: $(HDRDEST) $(BINS)
-
-$(HDRDEST):
- mkdir -p $(HDRDEST)
-
-strip:
-depend:
-
-include $(BUILD_ROOT)/nsconfig.mk
-
-$(HDRDEST)/%.h: %.h
- cat $(PREFIX) $< > $(HDRDEST)/$*.h