8 lines
144 B
Makefile
8 lines
144 B
Makefile
# $NetBSD: Makefile,v 1.4 2007/01/05 23:17:32 christos Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
WARNS?= 4
|
|
PROG= uniq
|
|
|
|
.include <bsd.prog.mk>
|