8 lines
174 B
Makefile
8 lines
174 B
Makefile
# $NetBSD: Makefile,v 1.8 1997/01/09 20:21:24 tls Exp $
|
|
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
PROG= sed
|
|
SRCS= compile.c main.c misc.c process.c
|
|
|
|
.include <bsd.prog.mk>
|