NetBSD/sbin/ping/Makefile

10 lines
172 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.9 1997/03/11 21:53:41 christos Exp $
# @(#)Makefile 8.1 (Berkeley) 6/5/93
1993-03-21 12:45:37 +03:00
PROG= ping
1994-12-22 13:44:04 +03:00
MAN= ping.8
1993-03-21 12:45:37 +03:00
BINOWN= root
BINMODE=4555
.include <bsd.prog.mk>