[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / sbin / ping

File: [local] / src / sbin / ping / Makefile (download)

Revision 1.4, Sun May 12 17:14:02 2002 UTC (22 years ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5, OPENBSD_3_4_BASE, OPENBSD_3_4, OPENBSD_3_3_BASE, OPENBSD_3_3, OPENBSD_3_2_BASE, OPENBSD_3_2
Changes since 1.3: +2 -1 lines

These small setuid programs allocate a resvport, and then immediately revoke
privs.  Link them static, so that even less code is run before main does that
job.

#	$OpenBSD: Makefile,v 1.4 2002/05/12 17:14:02 deraadt Exp $

PROG=	ping
MAN=	ping.8
BINOWN=	root
BINMODE=4555
LDSTATIC=-static

.include <bsd.prog.mk>