10 lines
244 B
Makefile
10 lines
244 B
Makefile
# $NetBSD: Makefile.inc,v 1.11 1998/08/12 14:11:50 christos Exp $
|
|
|
|
CPPFLAGS += -I${.CURDIR}/../include -DHAVE_CONFIG_H
|
|
LDADD += -lntp
|
|
DPADD += ${LIBNTP}
|
|
|
|
.if exists(${.CURDIR}/../../Makefile.inc)
|
|
.include "${.CURDIR}/../../Makefile.inc"
|
|
.endif
|