freebsd-dev/usr.sbin/ntp/sntp/Makefile
Baptiste Daroussin c6db8143ed Convert usr.sbin to LIBADD
Reduce overlinking
2014-11-25 16:57:27 +00:00

16 lines
325 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../../contrib/ntp/sntp
PROG= sntp
MAN= sntp.1
SRCS= internet.c main.c socket.c timing.c unix.c
CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../ \
-DPACKAGE=\"sntp\" -DVERSION=\"1.6\" \
-I${.CURDIR}/../../../contrib/ntp/libopts
LIBADD= m opts
.include <bsd.prog.mk>