1# $OpenBSD: Makefile,v 1.5 2015/02/09 13:04:58 tedu Exp $ 2 3PROG= zdump 4MAN= zdump.8 5 6CFLAGS+=-Wall 7 8.include <bsd.prog.mk> 9