diff options
-rw-r--r-- | textproc/cawf/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/textproc/cawf/Makefile b/textproc/cawf/Makefile index b6ae8ae5a8b..907406ef655 100644 --- a/textproc/cawf/Makefile +++ b/textproc/cawf/Makefile @@ -1,5 +1,10 @@ -# $NetBSD: Makefile,v 1.3 2005/01/20 19:01:12 tv Exp $ +# $NetBSD: Makefile,v 1.4 2005/01/20 19:04:15 tv Exp $ # +# Possible TODOs: +# - set CH based on manual page section number, and real OS name +# - add -mdoc implementation and/or translator +# - use system getopt(3)? +# - use system regex support? DISTNAME= cawf PKGNAME= cawf-4.10 |