Add missing Makefile from previous commit.

This commit is contained in:
Ollivier Robert 2004-07-20 15:45:04 +00:00
parent 6cb84f0c29
commit c98323078d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=132459

View File

@ -0,0 +1,15 @@
# $FreeBSD$
.PATH: ${.CURDIR}/../../../contrib/ntp/sntp
PROG= sntp
NOMAN= yes
SRCS= internet.c main.c socket.c timing.c unix.c
CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../ \
-DPACKAGE=\"sntp\" -DVERSION=\"1.6\"
DPADD= ${LIBM}
LDADD= -lm
.include <bsd.prog.mk>