blob: d58e269f2b5e0584125a62b5e8960b722e9f1241 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: Makefile,v 1.1 2005/05/10 21:02:42 christos Exp $
#
DISTNAME= error-0.0
CATEGORIES= devel
MASTER_SITES= ftp://ftp.gw.com/pub/people/christos/
MAINTAINER= christos@netbsd.org
COMMENT= Insert compiler errors in source files as comments
.include "../../mk/bsd.prefs.mk"
.include "../../mk/bsd.pkg.mk"
|