summaryrefslogtreecommitdiff
path: root/pkgtools/pkgconflict/files/Makefile
blob: a2695ad728f9ce4e7089790fa5ad19b0b69dd530 (plain)
1
2
3
4
5
6
7
8
9
10
11
# $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