9 lines
120 B
Makefile
9 lines
120 B
Makefile
# $NetBSD: Makefile,v 1.6 2011/03/06 23:41:47 christos Exp $
|
|
|
|
WARNS?= 4
|
|
|
|
PROG= quot
|
|
MAN= quot.8
|
|
|
|
.include <bsd.prog.mk>
|