mirror of
https://github.com/opnsense/src.git
synced 2026-03-12 13:42:37 -04:00
10 lines
221 B
Makefile
10 lines
221 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
PROG= timedc
|
|
SRCS= cmds.c cmdtab.c timedc.c byteorder.c measure.c cksum.c
|
|
MAN8= timedc.8
|
|
BINMODE=4555
|
|
.PATH: ${.CURDIR}/../timed
|
|
|
|
.include "../../Makefile.inc"
|
|
.include <bsd.prog.mk>
|