head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	95.03.21.06.58.28;	author andrew;	state Exp;
branches;
next	1.1;

1.1
date	94.12.02.02.27.49;	author andrew;	state Exp;
branches;
next	;


desc
@@


1.2
log
@switch over to gmake
@
text
@#-------------------------------------------------------------------------
#
# Makefile.inc--
#    Makefile for bin/createuser
#
# Copyright (c) 1994, Regents of the University of California
#
#
# IDENTIFICATION
#    $Header: /usr/local/devel/pglite/cvs/src/bin/createuser/Makefile,v 1.1 1994/12/02 02:27:49 andrew Exp $
#
#-------------------------------------------------------------------------

SHPROG=	createuser

MKDIR=	../../mk
include $(MKDIR)/postgres.mk
include ../Makefile.global

include $(MKDIR)/postgres.shell.mk

@


1.1
log
@createuser maybe userful for out
@
text
@d10 1
a10 1
#    $Header: /usr/local/devel/pglite/cvs/template/banner.mk,v 1.1.1.1 1994/11/07 05:20:13 andrew Exp $
d14 5
a18 1
.include <postgres.global.mk>
d20 1
a20 1
SHPROG=	createuser
a21 1
.include <postgres.shell.mk>
@
