1 1.1 thorpej # $NetBSD: Makefile,v 1.1 1996/08/09 10:14:57 thorpej Exp $ 2 1.1 thorpej 3 1.1 thorpej PROG= stdethers 4 1.1 thorpej SRCS= read_line.c stdethers.c 5 1.1 thorpej MAN= stdethers.8 6 1.1 thorpej .PATH: ${.CURDIR}/../common 7 1.1 thorpej CFLAGS+=-I${.CURDIR}/../common 8 1.1 thorpej CFLAGS+= -DNTOA_FIX 9 1.1 thorpej 10 1.1 thorpej .include <bsd.prog.mk> 11