diff options
Diffstat (limited to 'src/utils/Makefile')
| -rw-r--r-- | src/utils/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/utils/Makefile b/src/utils/Makefile new file mode 100644 index 00000000000..26273cd4bd5 --- /dev/null +++ b/src/utils/Makefile @@ -0,0 +1,18 @@ +#------------------------------------------------------------------------- +# +# Makefile for utils +# +# $Header: /cvsroot/pgsql/src/utils/Attic/Makefile,v 1.14 2002/07/27 20:10:05 petere Exp $ +# +# dllinit.o is only built on Win32 platform. +# +#------------------------------------------------------------------------- + +subdir = src/utils +top_builddir = ../.. +include $(top_builddir)/src/Makefile.global + +all: + +clean distclean maintainer-clean: + rm -f dllinit.o |
