Makefile revision 1.2
1#	$NetBSD: Makefile,v 1.2 1997/05/06 20:46:44 gwr Exp $
2
3PROG=	stdethers
4SRCS=	read_line.c stdethers.c
5MAN=	stdethers.8
6.PATH.c: ${.CURDIR}/../common
7CFLAGS+=-I${.CURDIR}/../common
8CFLAGS+= -DNTOA_FIX
9
10.include <bsd.prog.mk>
11