mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-08 06:39:21 -04:00
10 lines
254 B
Makefile
10 lines
254 B
Makefile
# $NetBSD: Makefile,v 1.11 2007/01/27 17:57:45 cbiere Exp $
|
|
# from: @(#)Makefile 5.4 (Berkeley) 5/11/93
|
|
|
|
PROG= timedc
|
|
SRCS= cmds.c cmdtab.c timedc.c byteorder.c measure.c cksum.c tspname.c
|
|
MAN= timedc.8
|
|
.PATH: ${.CURDIR}/../timed
|
|
|
|
.include <bsd.prog.mk>
|