head     1.1;
branch   ;
access   ;
symbols  ;
locks    ; strict;
comment  @@;


1.1
date     91.04.30.15.36.47;  author kemnitz;  state Exp;
branches ;
next     ;


desc
@makefile for dustbuster function.
@



1.1
log
@Initial revision
@
text
@TREE=	/usr/postgres
SD=	/usr/postgres/src
OD=	/usr/postgres/obj.sparc
PORTNAME=	sparc

PORTDIR=	port/sparc
PORTLDFLAGS=
GCFLAGS=
LDFLAGS=	$(GCFLAGS)
CFLAGS=		$(GCFLAGS) \
		-I$(SD)/lib/H \
		-I$(SD)/lib/H/obsolete \
		-I$(OD)/lib/H \
		-I$(SD)/$(PORTDIR) 
DIRS=		./dirs.mk
LIBS=		-ll -lm -lc

all: dustbuster.o
@
