NetBSD/usr.sbin/timed/timedc/Makefile
cbiere 0f2ebef2a8 * timedc is no longer setuid-root and is only usable by root due to the
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).
2007-01-27 17:57:45 +00:00

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>