pkgsrc/pkgtools/pkgconflict/files/Makefile
wennmach 5118c6270a The location of postgres.h and utils/builtins.h has moved to
${PREFIX}/include/pgsql/server. Therefore:

o Change files/Makefile so that the include files are searched in both
  possible locations

o Bump pkgconflict's revision to 0.3nb1
2002-04-08 16:26:15 +00:00

11 lines
247 B
Makefile

# $NetBSD: Makefile,v 1.2 2002/04/08 16:26:15 wennmach Exp $
PGINCLUDE=@PREFIX@/include/pgsql
.c.o:
cc -I${PGINCLUDE} -I${PGINCLUDE}/server -Wall -fpic -c $<
all: dewey_cmp.so
dewey_cmp.so: dewey_cmp.o
cc -shared -o dewey_cmp.so dewey_cmp.o