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


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

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


desc
@@


1.2
log
@add -c flag to install
@
text
@#	@@(#)Makefile	8.1 (Berkeley) 6/6/93

OBJS=	getline.o getnum.o

all objects: ${OBJS}

clean cleandir:
	rm -f ${OBJS}

depend lint tags:

install:
	install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/getline.c \
	    ${.CURDIR}/getnum.c ${DESTDIR}${LLIB}/learn/C
	install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${OBJS} \
	    ${DESTDIR}${LLIB}/learn/bin
	install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${OBJS} \
	    ${DESTDIR}${LLIB}/learn/C

.include <bsd.prog.mk>
@


1.1
log
@Initial revision
@
text
@d17 1
a17 1
	install -o ${BINOWN} -g ${BINGRP} -m 444 ${OBJS} \
@
