1998-08-12 18:11:49 +04:00
|
|
|
# $NetBSD: Makefile.inc,v 1.11 1998/08/12 14:11:50 christos Exp $
|
1997-10-17 18:34:38 +04:00
|
|
|
|
1998-08-12 18:11:49 +04:00
|
|
|
CPPFLAGS += -I${.CURDIR}/../include -DHAVE_CONFIG_H
|
1997-04-21 07:07:28 +04:00
|
|
|
LDADD += -lntp
|
|
|
|
DPADD += ${LIBNTP}
|
1997-10-17 18:34:38 +04:00
|
|
|
|
|
|
|
.if exists(${.CURDIR}/../../Makefile.inc)
|
|
|
|
.include "${.CURDIR}/../../Makefile.inc"
|
|
|
|
.endif
|