10 lines
197 B
Makefile
10 lines
197 B
Makefile
|
# $NetBSD: Makefile,v 1.8 2009/07/26 03:02:38 dholland Exp $
|
||
|
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
||
|
|
||
|
PROG= bcd
|
||
|
MAN= bcd.6
|
||
|
MLINKS= bcd.6 morse.6 bcd.6 ppt.6
|
||
|
HIDEGAME=hidegame
|
||
|
|
||
|
.include <bsd.prog.mk>
|