NetBSD/usr.sbin/timed/timedc/Makefile
gwr 10e180cc49 Back out the .PATH.c changes. The .depend problem (and others)
will be fixed using the new .NOPATH make feature instead.
1997-05-08 21:11:01 +00:00

12 lines
234 B
Makefile

# @(#)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
BINOWN= root
BINMODE=4555
.PATH: ${.CURDIR}/../timed
.include "../../Makefile.inc"
.include <bsd.prog.mk>