put pid file to /var/run and saved state to /var/db

This commit is contained in:
drochner 2003-12-05 11:34:58 +00:00
parent 1a04d9ac02
commit b82a8746e3
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1 2003/12/04 18:14:59 drochner Exp $
# $NetBSD: Makefile,v 1.2 2003/12/05 11:34:58 drochner Exp $
PROG= sntp
SRCS= internet.c main.c socket.c timing.c unix.c
@ -7,6 +7,8 @@ SRCS= internet.c main.c socket.c timing.c unix.c
DIST= ${NETBSDSRCDIR}/dist/ntp
CPPFLAGS+= -DLOCKNAME=\"/var/run/sntp.pid\"
CPPFLAGS+= -DSAVENAME=\"/var/db/sntp.state\"
LDADD+= -lm
DPADD+= ${LIBM}