394cf6719a
MFC after: 1 week Sponsored by: Klara, Inc.
12 lines
160 B
Makefile
12 lines
160 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/contrib/tzcode
|
|
|
|
PROG= zic
|
|
MAN= zic.8
|
|
SRCS= zic.c
|
|
|
|
CFLAGS+= -I${SRCTOP}/contrib/tzcode -include tzconfig.h
|
|
|
|
.include <bsd.prog.mk>
|