e5b5c66bca
- MAN[1-9] -> MAN.
9 lines
128 B
Makefile
9 lines
128 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
|
# $FreeBSD$
|
|
|
|
PROG= arithmetic
|
|
MAN= arithmetic.6
|
|
HIDEGAME=hidegame
|
|
|
|
.include <bsd.prog.mk>
|