Removed the HAVE_CLOCKCTL for now (it should not be enabled until all
ports use clockctl. Silly me!)
This commit is contained in:
parent
531c050261
commit
171c550e3a
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.6 2001/09/16 07:53:12 manu Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2001/09/16 09:12:50 manu Exp $
|
||||
|
||||
PROG= ntpd
|
||||
MAN= ntpd.8
|
||||
|
@ -19,7 +19,7 @@ SRCS= jupiter.h map_vme.c ntp_config.c ntp_control.c ntp_crypto.c \
|
|||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
CFLAGS+= -DHAVE_CLOCKCTL
|
||||
#CFLAGS+= -DHAVE_CLOCKCTL
|
||||
LIBPARSE!= cd ${.CURDIR}/../libparse && ${PRINTOBJDIR}
|
||||
LDADD+= -L${LIBPARSE} -lparse
|
||||
DPADD+= ${LIBPARSE}/libparse.a
|
||||
|
|
Loading…
Reference in New Issue