head	1.4;
access;
symbols
	release_4_2:1.4
	aix_ok:1.3;
locks; strict;
comment	@# @;


1.4
date	94.06.16.03.23.06;	author aoki;	state Exp;
branches;
next	1.3;

1.3
date	93.09.20.20.14.36;	author aoki;	state Exp;
branches;
next	1.2;

1.2
date	93.07.10.04.32.45;	author aoki;	state Exp;
branches;
next	1.1;

1.1
date	92.11.19.23.39.12;	author marc;	state Exp;
branches;
next	;


desc
@@


1.4
log
@solaris
@
text
@#
# $Header: /import/faerie/faerie/aoki/postgres/src/bin/ipcclean/RCS/Makefile,v 1.3 1993/09/20 20:14:36 aoki Exp aoki $
#

.include <postgres.global.mk>

.PATH: ${.CURDIR}/${PORTNAME}

.if (${PORTNAME} == "ultrix4" || ${PORTNAME} == "hpux")
IPCCLEANPATH=/bin:/usr/bin:/usr/ucb
.elif (${PORTNAME} == "sparc" || ${PORTNAME} == "sparc_solaris" || ${PORTNAME} == "alpha" || ${PORTNAME} == "aix")
IPCCLEANPATH=/bin:/sbin:/usr/ucb
.endif

SEDSCRIPT= -e "s^_fUnKy_IPCCLEANPATH_sTuFf_^${IPCCLEANPATH}^g"

SHPROG= ipcclean

.include <postgres.shell.mk>
@


1.3
log
@aix
@
text
@d2 1
a2 1
# $Header: /home2/aoki/postgres/src/bin/ipcclean/RCS/Makefile,v 1.2 1993/07/10 04:32:45 aoki Exp $
d11 1
a11 1
.elif (${PORTNAME} == "sparc" || ${PORTNAME} == "alpha" || ${PORTNAME} == "aix")
@


1.2
log
@unified the ipcclean's; hardwired executables replaced by PATHs
configured in the Makefile.
@
text
@d2 1
a2 1
# $Header$
d11 1
a11 1
.elif (${PORTNAME} == "sparc" || ${PORTNAME} == "alpha")
@


1.1
log
@Initial revision
@
text
@d1 4
d9 7
a15 1
.undef SEDSCRIPT
@
