summaryrefslogtreecommitdiff
path: root/pkgtools/pkgconflict/files/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'pkgtools/pkgconflict/files/Makefile')
-rw-r--r--pkgtools/pkgconflict/files/Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/pkgtools/pkgconflict/files/Makefile b/pkgtools/pkgconflict/files/Makefile
deleted file mode 100644
index a2695ad728f..00000000000
--- a/pkgtools/pkgconflict/files/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# $NetBSD: Makefile,v 1.3 2004/06/27 13:40:20 grant Exp $
-
-PGINCLUDE=@PREFIX@/include/pgsql
-
-.c.o:
- cc -I${PGINCLUDE} -I${PGINCLUDE}/server -fpic -c $<
-
-all: dewey_cmp.so
-
-dewey_cmp.so: dewey_cmp.o
- cc -shared -o dewey_cmp.so dewey_cmp.o