head	1.3;
access;
symbols;
locks; strict;
comment	@# @;


1.3
date	2008.11.26.16.09.43;	author ginsbach;	state Exp;
branches;
next	1.2;

1.2
date	2008.11.26.16.06.45;	author ginsbach;	state Exp;
branches;
next	1.1;

1.1
date	2008.11.20.21.29.24;	author ginsbach;	state Exp;
branches;
next	;


desc
@@


1.3
log
@WARNS=4
@
text
@#	$NetBSD: Makefile,v 1.2 2008/11/26 16:06:45 ginsbach Exp $

PROG=	ungencat
MAN=	ungencat.1

LINKS=   ${BINDIR}/$(PROG) ${BINDIR}/dumpmsg
LINKS=   ${BINDIR}/$(PROG) ${BINDIR}/dumpcat

MLINKS= ungencat.1 dumpmsg.1 ungencat.1 dumpcat.1

WARNS=	4

.include <bsd.prog.mk>
@


1.2
log
@Add a man page.
@
text
@d1 1
a1 1
#	$NetBSD: Makefile,v 1.1 2008/11/20 21:29:24 ginsbach Exp $
d11 1
a11 1
CFLAGS+=-g
@


1.1
log
@Add ungencat(1) utility.  This command extracts messages from a message
catalog file created by gencat(1).  This can be useful for verifying
message catalogs and/or changes to gencat(1).  This utility is similar to
the dumpmsg(1) utility found in SCO and HP-UX.
@
text
@d1 1
a1 1
#	$NetBSD$
d4 2
a5 1
MAN=	
d9 2
@

