0f2ebef2a8
use of a raw socket for ICMP; thus there is also no need to differ between privileged and unprivileged commands. * Switch to user "nobody" after allocating the raw socket. * Close all file descriptors above 2 (just in case).
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>
|