Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b91f904 commit 6adf38aCopy full SHA for 6adf38a
contrib/chkpass/Makefile
@@ -1,10 +1,12 @@
1
-# $Header: /cvsroot/pgsql/contrib/chkpass/Makefile,v 1.3 2001/09/06 10:49:29 petere Exp $
+# $Header: /cvsroot/pgsql/contrib/chkpass/Makefile,v 1.4 2002/10/21 18:55:10 petere Exp $
2
3
subdir = contrib/chkpass
4
top_builddir = ../..
5
include $(top_builddir)/src/Makefile.global
6
7
-MODULES = chkpass
+MODULE_big = chkpass
8
+OBJS = chkpass.o
9
+SHLIB_LINK = $(filter -lcrypt, $(LIBS))
10
DATA_built = chkpass.sql
11
DOCS = README.chkpass
12
0 commit comments