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


1.3
date	96.03.22.00.41.57;	author ghudson;	state Exp;
branches;
next	1.2;

1.2
date	95.08.13.20.25.00;	author ghudson;	state Exp;
branches;
next	1.1;

1.1
date	95.05.10.03.10.09;	author jhawk;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Support DESTDIR.
@
text
@
all: finger

finger:
	$(CC) -I/usr/athena/include -L/usr/athena/lib -o finger finger.c -lzephyr -lhesiod -lkrb -ldes -lcom_err

install:
	install -c -s finger ${DESTDIR}/usr/athena/bin

clean:
	rm -f finger

@


1.2
log
@Add all, install, and clean targets.
@
text
@d8 1
a8 1
	install -c -s finger /usr/athena/bin
@


1.1
log
@Initial revision
@
text
@d2 2
d5 8
a12 1
	$(CC) -I/usr/athena/include -L/usr/athena/lib -o finger finger.c -lzephyr -lhesiod -lkrb -ldes -lcom_err@
