cda2a9b2f0
This is not "useless", as one may have non-default setting for BINOWN in make.conf, and we still want these to be installed setuid root in this case.
14 lines
247 B
Makefile
14 lines
247 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../timed
|
|
|
|
PROG= timedc
|
|
MAN= timedc.8
|
|
SRCS= cmds.c cmdtab.c timedc.c byteorder.c measure.c cksum.c
|
|
BINOWN= root
|
|
BINMODE= 4555
|
|
|
|
.include "../../Makefile.inc"
|
|
.include <bsd.prog.mk>
|