8 lines
141 B
Makefile
8 lines
141 B
Makefile
# $NetBSD: Makefile,v 1.6 2020/11/01 22:27:15 christos Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
WARNS=6
|
|
PROG= col
|
|
|
|
.include <bsd.prog.mk>
|