826a14607a
there's no need to special-case .include-ing it.
13 lines
212 B
Makefile
13 lines
212 B
Makefile
# $NetBSD: Makefile,v 1.8 2003/05/18 07:57:40 lukem Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
PROG= zic
|
|
SRCS= zic.c scheck.c ialloc.c
|
|
MAN= zic.8
|
|
CPPFLAGS+=-Dunix
|
|
|
|
.PATH: ${NETBSDSRCDIR}/lib/libc/time
|
|
|
|
.include <bsd.prog.mk>
|