view Makefile @ 22:cef2dc916269

honor mode.do_output
author David A. Holland
date Mon, 20 Dec 2010 04:17:32 -0500
parents 40748b097655
children 18681e5ae6e4
line wrap: on
line source

#	$NetBSD$

PROG=	tradcpp
SRCS=	main.c \
	files.c directive.c eval.c macro.c output.c \
	place.c array.c utils.c
NOMAN=	1
WARNS=	5

.include <bsd.prog.mk>