Fixed format field width for vmstat -m, it was too narrow to print
[unix-history] / usr.bin / vis / Makefile
CommitLineData
15637ed4
RG
1# @(#)Makefile 5.2 (Berkeley) 6/29/90
2
3PROG= vis
4SRCS= vis.c foldit.c
5
6.include <bsd.prog.mk>