blob: a51057808ef23ab76a22ea144e48f648cd5973d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $OpenBSD: Makefile,v 1.6 2004/01/23 21:07:38 deraadt Exp $
#
# @(#)Makefile 5.4 (Berkeley) 5/11/93
PROG= timedc
SRCS= cmds.c cmdtab.c timedc.c byteorder.c measure.c cksum.c
MAN= timedc.8
LDSTATIC=-static
.PATH: ${.CURDIR}/../timed
.include "../../Makefile.inc"
.include <bsd.prog.mk>
|