8 lines
156 B
Makefile
8 lines
156 B
Makefile
# from: @(#)Makefile 5.2 (Berkeley) 6/29/90
|
|
# $Id: Makefile,v 1.2 1993/07/30 23:49:41 mycroft Exp $
|
|
|
|
PROG= vis
|
|
SRCS= vis.c foldit.c
|
|
|
|
.include <bsd.prog.mk>
|