Add missing Makefile from previous commit.
This commit is contained in:
parent
eac3f226bb
commit
3fdc9482f1
15
usr.sbin/ntp/sntp/Makefile
Normal file
15
usr.sbin/ntp/sntp/Makefile
Normal 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>
|
Loading…
Reference in New Issue
Block a user