NetBSD/usr.sbin/xntp/Makefile.inc

15 lines
376 B
PHP
Raw Normal View History

1998-04-13 18:42:03 +04:00
# $NetBSD: Makefile.inc,v 1.10 1998/04/13 14:42:03 lukem Exp $
1998-04-01 19:01:17 +04:00
#WARNS?= 0
CPPFLAGS += -I${.CURDIR}/../include -DHAVE_CONFIG_H -Drestrict=1 -Dunrestrict=1
LDADD += -lntp
DPADD += ${LIBNTP}
# Some later versions (at least 2.7.2.3.f.1) of GCC have a `restrict'
# keyword?!
1998-04-13 18:42:03 +04:00
COPTS+=-ansi
.if exists(${.CURDIR}/../../Makefile.inc)
.include "${.CURDIR}/../../Makefile.inc"
.endif