diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2004-06-01 21:58:10 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2004-06-01 21:58:10 +0000 |
commit | 20b1bfb2a10edf5971e46a6d6f254b6889de8197 (patch) | |
tree | 9405e6d7e855502400a3c9c3cbccde07ae9986fe /usr.sbin/ntpd/Makefile | |
parent | d4a566b5813c7b9e6c67eff3fc7cec87d34ba771 (diff) |
first cut at config file parser
for now, one can set the addresses to listen on
Diffstat (limited to 'usr.sbin/ntpd/Makefile')
-rw-r--r-- | usr.sbin/ntpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ntpd/Makefile b/usr.sbin/ntpd/Makefile index f122a489994..56866b6e1b5 100644 --- a/usr.sbin/ntpd/Makefile +++ b/usr.sbin/ntpd/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.2 2004/05/31 13:59:55 henning Exp $ +# $OpenBSD: Makefile,v 1.3 2004/06/01 21:58:08 henning Exp $ .PATH: ${.CURDIR}/.. PROG= ntpd -SRCS= ntpd.c buffer.c log.c imsg.c ntp.c +SRCS= ntpd.c buffer.c log.c imsg.c ntp.c parse.y config.c CFLAGS+= -Wall -I${.CURDIR} CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes CFLAGS+= -Wmissing-declarations |