9 lines
91 B
Makefile
9 lines
91 B
Makefile
|
# $FreeBSD$
|
||
|
#
|
||
|
PROG=msh
|
||
|
SRCS= sh1.c sh2.c sh3.c sh4.c sh5.c sh6.c
|
||
|
|
||
|
.include <bsd.prog.mk>
|
||
|
|
||
|
|