mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-19 01:11:05 +01:00
10 lines
138 B
Makefile
10 lines
138 B
Makefile
|
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
||
|
|
||
|
PROG= bcd
|
||
|
MAN6= bcd.6
|
||
|
MLINKS= bcd.6 morse.6 bcd.6 ppt.6
|
||
|
HIDEGAME=hidegame
|
||
|
|
||
|
.include <bsd.prog.mk>
|
||
|
|