minix/usr.bin/sed/Makefile

10 lines
200 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.14 2009/04/14 22:15:26 lukem Exp $
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
.include <bsd.own.mk>
PROG= sed
SRCS= compile.c main.c misc.c process.c
.include <bsd.prog.mk>