8 lines
143 B
Makefile
8 lines
143 B
Makefile
# $NetBSD: Makefile,v 1.4 2005/01/12 14:35:56 xtraeme Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
PROG= apply
|
|
WARNS= 3
|
|
|
|
.include <bsd.prog.mk>
|