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


1.3
date	93.02.18.20.30.14;	author roger;	state Exp;
branches;
next	1.2;

1.2
date	92.12.12.19.34.13;	author md;	state Exp;
branches;
next	1.1;

1.1
date	90.10.18.19.33.17;	author md;	state Exp;
branches;
next	;


desc
@@


1.3
log
@remove old cc, if it exists, before attempting the link to hc.
@
text
@#	@@(#)Makefile	5.3 (Berkeley) 5/11/90

PROG=	hc
MLINKS+=hc.1 cc.1

hc: hc.h

afterinstall:
	rm -f $(DESTDIR)/usr/bin/cc
	ln $(DESTDIR)/usr/bin/hc $(DESTDIR)/usr/bin/cc

.include <bsd.prog.mk>
@


1.2
log
@link hc to cc (including man page).
@
text
@d9 1
@


1.1
log
@Initial revision
@
text
@d4 1
d7 3
@
