536b9f6e5c
note that some have been rewritten (echo, umount) and some are compiled with options that make them smaller.
8 lines
107 B
Makefile
8 lines
107 B
Makefile
# $Id: Makefile,v 1.1 1994/04/18 08:47:20 cgd Exp $
|
|
|
|
PROG= echo
|
|
NOMAN=
|
|
BINDIR=/bin
|
|
|
|
.include <bsd.prog.mk>
|