postgresql/contrib/unixdate/Makefile

31 lines
399 B
Makefile
Raw Normal View History

2000-06-15 21:05:22 +02:00
#
2000-06-19 15:54:50 +02:00
# $Header: /cvsroot/pgsql/contrib/unixdate/Attic/Makefile,v 1.2 2000/06/19 13:54:38 momjian Exp $
2000-06-15 21:05:22 +02:00
#
TOPDIR=../..
include ../Makefile.global
NAME = unixdate
PROGRAM =
OBJS =
DOCS =
SQLS = $(NAME).sql
BINS =
EXAMPLES=
MODS =
all::
install: install_sql
install_sql:
for inst_file in $(SQLS); do \
$(INSTALL) $(INSTL_LIB_OPTS) $$inst_file $(CONTRIB_SQLDIR); \
done
clean:
$(RM) *~