ba4a75dd95
This simplifies make logic/output MFC after: 1 month Sponsored by: Dell EMC Isilon
16 lines
257 B
Makefile
16 lines
257 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR:H}/timed
|
|
|
|
PROG= timedc
|
|
MAN= timedc.8
|
|
SRCS= cmds.c cmdtab.c timedc.c byteorder.c measure.c cksum.c
|
|
BINOWN= root
|
|
BINMODE= 4555
|
|
|
|
WARNS?= 1
|
|
|
|
.include "../../Makefile.inc"
|
|
.include <bsd.prog.mk>
|