mirror of https://github.com/postgres/postgres
12 lines
314 B
Makefile
12 lines
314 B
Makefile
# $Header: /cvsroot/pgsql/contrib/userlock/Attic/Makefile,v 1.16 2001/09/06 10:49:30 petere Exp $
|
|
|
|
subdir = contrib/userlock
|
|
top_builddir = ../..
|
|
include $(top_builddir)/src/Makefile.global
|
|
|
|
MODULES = user_locks
|
|
DATA_built = user_locks.sql
|
|
DOCS = README.user_locks
|
|
|
|
include $(top_srcdir)/contrib/contrib-global.mk
|