mirror of
https://github.com/openbsd/src.git
synced 2024-12-22 07:27:59 -08:00
9 lines
123 B
Makefile
9 lines
123 B
Makefile
# $OpenBSD: Makefile,v 1.5 2015/02/09 13:04:58 tedu Exp $
|
|
|
|
PROG= zdump
|
|
MAN= zdump.8
|
|
|
|
CFLAGS+=-Wall
|
|
|
|
.include <bsd.prog.mk>
|