1997-05-07 00:44:56 +04:00
|
|
|
# $NetBSD: Makefile,v 1.2 1997/05/06 20:46:44 gwr Exp $
|
1996-08-09 14:14:49 +04:00
|
|
|
|
|
|
|
PROG= stdethers
|
|
|
|
SRCS= read_line.c stdethers.c
|
|
|
|
MAN= stdethers.8
|
1997-05-07 00:44:56 +04:00
|
|
|
.PATH.c: ${.CURDIR}/../common
|
1996-08-09 14:14:49 +04:00
|
|
|
CFLAGS+=-I${.CURDIR}/../common
|
|
|
|
CFLAGS+= -DNTOA_FIX
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|