[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / info_mkdb

File: [local] / src / usr.bin / info_mkdb / Attic / Makefile (download)

Revision 1.1, Mon Jul 22 03:16:29 1996 UTC (27 years, 10 months ago) by tholo
Branch: MAIN
CVS Tags: OPENBSD_2_4_BASE, OPENBSD_2_4, OPENBSD_2_3_BASE, OPENBSD_2_3, OPENBSD_2_2_BASE, OPENBSD_2_2, OPENBSD_2_1_BASE, OPENBSD_2_1, OPENBSD_2_0_BASE, OPENBSD_2_0

Add support for compiling a terminfo source file into terminfo.db (using
the same format as termcap.db)

#	$OpenBSD: Makefile,v 1.1 1996/07/22 03:16:29 tholo Exp $

PROG=	info_mkdb
SRCS=	getinfo.c info_mkdb.c
CFLAGS+=-Wall -Wstrict-prototypes -Wmissing-prototypes

.include <bsd.prog.mk>