8 lines
117 B
Makefile
8 lines
117 B
Makefile
|
# @(#)Makefile 5.2 (Berkeley) 5/11/90
|
||
|
|
||
|
PROG= arithmetic
|
||
|
MAN6= arithmetic.0
|
||
|
HIDEGAME=hidegame
|
||
|
|
||
|
.include <bsd.prog.mk>
|