1997-10-25 10:57:53 +04:00
|
|
|
# $NetBSD: Makefile.inc,v 1.6 1997/10/25 06:58:54 lukem Exp $
|
1997-10-17 18:34:38 +04:00
|
|
|
|
|
|
|
WARNS?= 0
|
1997-10-25 10:57:53 +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
|