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


1.4
date	94.07.06.22.19.26;	author md;	state Exp;
branches;
next	1.3;

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

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

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


desc
@@


1.4
log
@Some minor cleanup
@
text
@#	@@(#)Makefile	5.1 (Berkeley) 6/8/90

HCSUBDIR=hc
LIBDIR=/usr/lib
LIBMODE=444

all hccom clean cleandir depend lint tags obj objdir:

install:
	-[ -d ${DESTDIR}${LIBDIR}/${HCSUBDIR} ] || \
		mkdir ${DESTDIR}${LIBDIR}/${HCSUBDIR}
	install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} hc1com \
		${DESTDIR}${BINDIR}
	install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} hc2com \
		${DESTDIR}${BINDIR}
	install -c -o ${BINOWN} -g ${BINGRP} -m ${LIBMODE} hcansi.pt \
		${DESTDIR}${LIBDIR}/${HCSUBDIR}
	install -c -o ${BINOWN} -g ${BINGRP} -m ${LIBMODE} hcansi.st \
		${DESTDIR}${LIBDIR}/${HCSUBDIR}
	install -c -o ${BINOWN} -g ${BINGRP} -m ${LIBMODE} hcansip.pt \
		${DESTDIR}${LIBDIR}/${HCSUBDIR}

.include <bsd.prog.mk>
@


1.3
log
@added empty rule for obj so that symlink wont get created.
@
text
@d1 1
a1 1
#   @@(#)Makefile    5.1 (Berkeley) 6/8/90
a5 1
SHELL=/bin/sh
d7 1
a7 1
all hccom clean cleandir depend lint tags:
d10 2
d13 1
a13 1
	  ${DESTDIR}${BINDIR}
d15 1
a15 5
	  ${DESTDIR}${BINDIR}
	echo "if [ ! -d ${DESTDIR}${LIBDIR}/${HCSUBDIR} ] ; \
		then mkdir ${DESTDIR}${LIBDIR}/${HCSUBDIR} ; \
		else exit 0; \
	      fi" | ${SHELL}
a21 2

obj:
@


1.2
log
@fix install rules so that shell scripts go through /bin/sh even if the
default shell is csh.
@
text
@d26 2
@


1.1
log
@Initial revision
@
text
@d6 1
d15 4
a18 2
	if [ ! -d ${DESTDIR}${LIBDIR}/${HCSUBDIR} ] ; \
		 then mkdir ${DESTDIR}${LIBDIR}/${HCSUBDIR} ; fi
@
