mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-02 23:43:25 +00:00
9 lines
96 B
Makefile
9 lines
96 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
|
# $FreeBSD$
|
|
|
|
PROG= echo
|
|
|
|
WARNS= 2
|
|
|
|
.include <bsd.prog.mk>
|