mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
14 lines
356 B
Makefile
14 lines
356 B
Makefile
# $Header: /cvsroot/pgsql/contrib/chkpass/Makefile,v 1.4 2002/10/21 18:55:10 petere Exp $
|
|
|
|
subdir = contrib/chkpass
|
|
top_builddir = ../..
|
|
include $(top_builddir)/src/Makefile.global
|
|
|
|
MODULE_big = chkpass
|
|
OBJS = chkpass.o
|
|
SHLIB_LINK = $(filter -lcrypt, $(LIBS))
|
|
DATA_built = chkpass.sql
|
|
DOCS = README.chkpass
|
|
|
|
include $(top_srcdir)/contrib/contrib-global.mk
|