8 lines
170 B
Makefile
8 lines
170 B
Makefile
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $Id: Makefile,v 1.7 1994/02/03 23:44:40 cgd Exp $
|
|
|
|
PROG= sed
|
|
SRCS= compile.c main.c misc.c process.c
|
|
|
|
.include <bsd.prog.mk>
|