[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / tail

File: [local] / src / usr.bin / tail / Makefile (download)

Revision 1.3, Sun Jan 12 23:43:03 1997 UTC (27 years, 4 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_1_BASE, OPENBSD_2_1
Changes since 1.2: +2 -2 lines

Fix core dump and use libc err(3) instead of private one (which had
slightly different semantics).  Also clean up some gcc -Wall'isms.

#	$OpenBSD: Makefile,v 1.3 1997/01/12 23:43:03 millert Exp $
#	$NetBSD: Makefile,v 1.3 1994/11/23 07:41:55 jtc Exp $

PROG=	tail
SRCS=	forward.c read.c reverse.c tail.c

.include <bsd.prog.mk>