10 lines
267 B
Makefile
10 lines
267 B
Makefile
# from: @(#)Makefile 8.2 (Berkeley) 2/16/94
|
|
# $Id: Makefile,v 1.4 1995/03/01 11:42:32 chopps Exp $
|
|
|
|
MAN= ahsc.4 atzsc.4 console.4 bah.4 ed.4 gtsc.4 intro.4 ite.4 le.4 mem.4 \
|
|
mgnsc.4 ser.4 wesc.4 zssc.4
|
|
MLINKS= mem.4 kmem.4
|
|
MANSUBDIR=/amiga
|
|
|
|
.include <bsd.prog.mk>
|