Change the default for ntpd back to -s, the bug which triggered this
[dragonfly.git] / usr.sbin / ntp / Makefile.inc
1 # $FreeBSD: src/usr.sbin/ntp/Makefile.inc,v 1.1.2.1 2001/12/21 17:42:30 roberto Exp $
2 # $DragonFly: src/usr.sbin/ntp/Attic/Makefile.inc,v 1.3 2004/01/31 06:56:46 dillon Exp $
3
4 DEFS_LOCAL= -DPARSE -DHAVE_CONFIG_H
5 NTPDEFS=   -DSYS_FREEBSD
6 CLOCKDEFS=
7 #       -DLOCAL_CLOCK -DPST -DWWVB -DAS2201 -DGOES -DGPSTM -DOMEGA \
8 #       -DLEITCH -DTRAK -DACTS -DATOM -DDATUM -DHEATH -DMSFEES \
9 #       -DMX4200 -DNMEA -DBOEDER
10 CFLAGS+= ${NTPDEFS} ${DEFS_LOCAL} ${CLOCKDEFS}
11
12 .if exists(${.OBJDIR}/../libparse)
13 LIBPARSE=       ${.OBJDIR}/../libparse/libparse.a
14 .else
15 LIBPARSE=       ${.CURDIR}/../libparse/libparse.a
16 .endif
17
18 .if exists(${.OBJDIR}/../libntp)
19 LIBNTP= ${.OBJDIR}/../libntp/libntp.a
20 .else
21 LIBNTP= ${.CURDIR}/../libntp/libntp.a
22 .endif
23
24 .include "../Makefile.inc"